Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: enable strict templates
  • Loading branch information
edusperoni committed Oct 1, 2024
commit 9cf8bc4d9df9119c931703a4141e0b49e58b1d75
5 changes: 5 additions & 0 deletions apps/nativescript-demo-ng/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
],
"compilerOptions": {
"target": "es2020"
},
"angularCompilerOptions": {
"strictTemplates": true,
"strictDomLocalRefTypes": false,
"strictDomEventTypes": false
}
}
5 changes: 5 additions & 0 deletions packages/angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@
],
"compilerOptions": {
"target": "es2020"
},
"angularCompilerOptions": {
"strictTemplates": true,
"strictDomLocalRefTypes": false,
"strictDomEventTypes": false
}
}