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 88f1254 commit 00573ceCopy full SHA for 00573ce
apps/nativescript-demo-ng/tsconfig.json
@@ -15,5 +15,10 @@
15
],
16
"compilerOptions": {
17
"target": "es2020"
18
+ },
19
+ "angularCompilerOptions": {
20
+ "strictTemplates": true,
21
+ "strictDomLocalRefTypes": false,
22
+ "strictDomEventTypes": false
23
}
24
packages/angular/tsconfig.json
@@ -10,5 +10,10 @@
10
11
12
13
14
0 commit comments