|
2 | 2 | /* To learn more about this file see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ |
3 | 3 | // #docregion angular-compiler-options-app |
4 | 4 | { |
5 | | - "extends": "./tsconfig.json", |
6 | | - "compilerOptions": { |
7 | | - "outDir": "./out-tsc/app", |
8 | | - // #enddocregion angular-compiler-options-app |
9 | | - "types": [] |
10 | | - // #docregion angular-compiler-options-app |
11 | | - }, |
| 5 | + "extends": "./tsconfig.json", |
| 6 | + "compilerOptions": { |
| 7 | + "outDir": "./out-tsc/app", |
12 | 8 | // #enddocregion angular-compiler-options-app |
13 | | - "files": [ |
14 | | - "src/main.ts" |
15 | | - ], |
16 | | - "include": [ |
17 | | - "src/**/*.d.ts" |
18 | | - ], |
19 | | - "exclude": [ |
20 | | - "src/test.ts", |
21 | | - "src/**/*.spec.ts", |
22 | | - "src/**/*-specs.ts", |
23 | | - "src/**/*.avoid.ts", |
24 | | - "src/**/*.0.ts", |
25 | | - "src/**/*.1.ts", |
26 | | - "src/**/*.1b.ts", |
27 | | - "src/**/*.2.ts", |
28 | | - "src/**/*.3.ts", |
29 | | - "src/**/*.4.ts", |
30 | | - "src/**/*.5.ts", |
31 | | - "src/**/*.6.ts", |
32 | | - "src/**/*.7.ts", |
33 | | - "src/**/testing" |
34 | | - ], |
| 9 | + "types": [] |
35 | 10 | // #docregion angular-compiler-options-app |
36 | | - "angularCompilerOptions": { |
37 | | - "strictTemplates": true, |
38 | | - "preserveWhitespaces": true, |
39 | | - // #enddocregion angular-compiler-options-app |
40 | | - "sourceMap": true, |
41 | | - "declaration": false |
42 | | - // #docregion angular-compiler-options-app |
43 | | - } |
44 | | - } |
| 11 | + }, |
45 | 12 | // #enddocregion angular-compiler-options-app |
| 13 | + "files": ["src/main.ts"], |
| 14 | + "include": ["src/**/*.d.ts"], |
| 15 | + "exclude": [ |
| 16 | + "src/test.ts", |
| 17 | + "src/**/*.spec.ts", |
| 18 | + "src/**/*-specs.ts", |
| 19 | + "src/**/*.avoid.ts", |
| 20 | + "src/**/*.0.ts", |
| 21 | + "src/**/*.1.ts", |
| 22 | + "src/**/*.1b.ts", |
| 23 | + "src/**/*.2.ts", |
| 24 | + "src/**/*.3.ts", |
| 25 | + "src/**/*.4.ts", |
| 26 | + "src/**/*.5.ts", |
| 27 | + "src/**/*.6.ts", |
| 28 | + "src/**/*.7.ts", |
| 29 | + "src/**/testing" |
| 30 | + ], |
| 31 | + // #docregion angular-compiler-options-app |
| 32 | + "angularCompilerOptions": { |
| 33 | + "preserveWhitespaces": true, |
| 34 | + // #enddocregion angular-compiler-options-app |
| 35 | + "sourceMap": true, |
| 36 | + "declaration": false |
| 37 | + // #docregion angular-compiler-options-app |
| 38 | + } |
| 39 | +} |
| 40 | +// #enddocregion angular-compiler-options-app |
0 commit comments