Skip to content

Commit bd7b2aa

Browse files
committed
test: Use strict angular compilation options in demo
1 parent 4381a42 commit bd7b2aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/tsconfig.app.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"outDir": "../out-tsc/app",
55
"types": []
66
},
7-
"files": ["main.ts", "polyfills.ts"]
7+
"files": ["main.ts", "polyfills.ts"],
8+
"angularCompilerOptions": {
9+
"fullTemplateTypeCheck": true,
10+
"strictInjectionParameters": true,
11+
"strictTemplates": true
12+
}
813
}

0 commit comments

Comments
 (0)