Update tsconfig.json

This commit is contained in:
Eugene Pankov 2022-06-26 16:19:16 +02:00
parent 84901fb9cf
commit e5cefc5f9f
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -44,5 +44,10 @@
"../node_modules", "../node_modules",
"../../app/node_modules" "../../app/node_modules"
] ]
} },
"angularCompilerOptions": {
"strictTemplates": true,
"enableResourceInlining": true,
"strictInjectionParameters": true,
},
} }