mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(tsconfig): add target of es2015, systemjs to types
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
"noImplicitAny": true,
|
||||
"removeComments": false,
|
||||
"sourceMap": true,
|
||||
"target": "es5",
|
||||
"types": ["jasmine"]
|
||||
"target": "es2015",
|
||||
"types": ["jasmine", "systemjs"]
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts",
|
||||
"./demos/src/**/*.ts"
|
||||
"src/**/*.ts",
|
||||
"demos/src/**/*.ts"
|
||||
],
|
||||
"compileOnSave": false,
|
||||
"buildOnSave": false,
|
||||
|
||||
Reference in New Issue
Block a user