mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): strictly enforce metadata
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user