add strictTemplates: true option in angularCompilerOptions (VS Code needs this for proper angular-language features to work), update submodules
This commit is contained in:
parent
cbf1a5c6d6
commit
c1bb343097
|
@ -1 +1 @@
|
|||
Subproject commit 6551fc73d3fe00435d21d8e19b3aaa40da0c2d62
|
||||
Subproject commit 5c9470a959a08a12ff34e032b0d6f06e359d21e7
|
|
@ -1 +1 @@
|
|||
Subproject commit 43aa38eacd6fc81ccbbf12cfd98c6c49a8494c60
|
||||
Subproject commit eb70ad415dab13916591c15fb510a1a5dafdd6dd
|
|
@ -1 +1 @@
|
|||
Subproject commit 0dd2be3ea52ed03c437f3ced198d0afa0a5006d7
|
||||
Subproject commit 3b10e32e0df3103a23b36d58b2c6656396b18428
|
|
@ -18,5 +18,8 @@
|
|||
"es2018",
|
||||
"dom"
|
||||
]
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"strictTemplates": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue