chore(build): strictly enforce metadata

This commit is contained in:
Dan Bucholtz
2017-06-19 16:40:23 -05:00
parent 5cad96570f
commit 00fbded168

View File

@@ -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
}
}