build: remove skipLibCheck from AIO examples (#37128)

`skipLibCheck` had to be added to a few AIO examples, because of a breaking change in master. These changes update to a newer version of `angular-in-memory-web-api` that accounts for the breaking change.

PR Close #37128
This commit is contained in:
crisbeto
2020-05-15 08:19:46 +02:00
committed by Kara Erickson
parent 901db0e730
commit 05f1df3224
11 changed files with 14 additions and 20 deletions

View File

@ -2,9 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"types": [],
// TODO(FW-2145): turn lib checks back on after fixing in-memory-api and investigating impact of ModuleWithProviders
"skipLibCheck": true
"types": []
},
"files": [
"src/main.ts",