build(docs-infra): update project structure to cli@9 10/12 (tsconfig.json) (#36015)

Update `tsconfig[.*].json`.
Also, all make necessary changes to ensure the example apps can be
successfully built with the new, stricter type-checking options.

PR Close #36015
This commit is contained in:
George Kalpakas
2020-03-17 22:28:48 +02:00
committed by Andrew Kushnir
parent 9afd360eba
commit f6adc0c3f9
9 changed files with 41 additions and 19 deletions

View File

@ -4,8 +4,12 @@
"outDir": "../out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.ts"
"src/**/*.d.ts"
],
"exclude": [
"src/test.ts",

View File

@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"outDir": "./out-tsc/spec",
"types": [
"jasmine",
"node"