diff --git a/tsconfig.json b/tsconfig.json index 94d456c03d..ea090f02e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "target": "es2015", "typeRoots": [ "./node_modules/@types" - ], + ], "types": ["jasmine", "systemjs"] }, "include": [ @@ -28,6 +28,7 @@ }, "angularCompilerOptions": { "annotationsAs": "static fields", - "annotateForClosureCompiler": true + "annotateForClosureCompiler": true, + "strictMetadataEmit": true } } \ No newline at end of file