Skip to content

Commit 3978445

Browse files
committed
build(example app): do not skip lib check in example app to discover issues with the typing of the library + update the example app to the latest version of the library
1 parent e095d52 commit 3978445

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

example-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@ngrx/store-devtools": "6.0.1",
2929
"@types/prismjs": "1.9.0",
3030
"core-js": "2.5.4",
31-
"ngrx-forms": "file:../ngrx-forms-3.0.0-0.tgz",
31+
"ngrx-forms": "file:../ngrx-forms-3.0.0.tgz",
3232
"prismjs": "1.13.0",
3333
"rxjs": "6.2.2",
3434
"zone.js": "0.8.25"

example-app/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"strictPropertyInitialization": false,
1313
"noUnusedParameters": true,
1414
"noUnusedLocals": true,
15-
"skipLibCheck": true,
15+
"skipLibCheck": false,
1616
"target": "es5",
1717
"typeRoots": [
1818
"node_modules/@types"

ngrx-forms-3.0.0-0.tgz

-229 KB
Binary file not shown.

ngrx-forms-3.0.0.tgz

229 KB
Binary file not shown.

0 commit comments

Comments
 (0)