Skip to content

Commit 26caf87

Browse files
author
Keen Yee Liau
committed
test: add angularCompilerOptions to test project
This commit adds `angularCompilerOptions` for Ivy in the test project.
1 parent 1006fcb commit 26caf87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration/project/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
"typeRoots": [
77
"node_modules/@types"
88
]
9+
},
10+
"angularCompilerOptions": {
11+
"strictTemplates": true,
12+
"strictInjectionParameters": true
913
}
1014
}

0 commit comments

Comments
 (0)