diff --git a/tsconfig.json b/tsconfig.json index 0f57991ce3b522367caa01df26e950adcaf305a8..5e8b5cf4dee713315cfa413be630aa3b62f8cd90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,8 @@ "nshmp-apps": ["dist/nshmp-apps/nshmp-apps", "dist/nshmp-apps"] } }, + "angularCompilerOptions": { + "strictTemplates": true + }, "exclude": ["node_modules", "tmp", "dist"] }