We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4381a42 commit bd7b2aaCopy full SHA for bd7b2aa
src/tsconfig.app.json
@@ -4,5 +4,10 @@
4
"outDir": "../out-tsc/app",
5
"types": []
6
},
7
- "files": ["main.ts", "polyfills.ts"]
+ "files": ["main.ts", "polyfills.ts"],
8
+ "angularCompilerOptions": {
9
+ "fullTemplateTypeCheck": true,
10
+ "strictInjectionParameters": true,
11
+ "strictTemplates": true
12
+ }
13
}
0 commit comments