diff --git a/tools/build/tsconfig.package.json b/tools/build/tsconfig.package.json index d613a9a..70a07ae 100644 --- a/tools/build/tsconfig.package.json +++ b/tools/build/tsconfig.package.json @@ -21,5 +21,14 @@ "es2015", "dom" ] + }, + "angularCompilerOptions": { + "annotateForClosureCompiler": true, + "skipTemplateCodegen": true, + "strictMetadataEmit": true, + "fullTemplateTypeCheck": true, + "strictInjectionParameters": true, + "enableResourceInlining": true, + "enableIvy": false } }