diff --git a/tsconfig.json b/tsconfig.json index cb51624..1094e08 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,14 @@ { "compileOnSave": false, + "angularCompilerOptions": { + "fullTemplateTypeCheck": true, + "annotateForClosureCompiler": true, + "strictInjectionParameters": true, + "skipTemplateCodegen": false, + "preserveWhitespaces": true, + "skipMetadataEmit": false, + "disableTypeScriptVersionCheck": true + }, "compilerOptions": { "rootDir": ".", "baseUrl": "./",