mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
update tsconfig
This commit is contained in:
@ -1,23 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "1.5.0",
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"target": "es6",
|
"target": "es5",
|
||||||
"module": "system",
|
"module": "commonjs",
|
||||||
"declaration": true
|
"declaration": true,
|
||||||
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
"fileGlobs": [
|
"files": [
|
||||||
"./ionic/**/*.ts",
|
"ionic/ionic.ts"
|
||||||
"!./node_modules/**",
|
|
||||||
"!./scripts/**",
|
|
||||||
"!./dist/**",
|
|
||||||
"!./tmp/**"
|
|
||||||
],
|
],
|
||||||
"compileOnSave" : false,
|
"compileOnSave" : false,
|
||||||
"buildOnSave": false,
|
"buildOnSave": false,
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules"
|
||||||
"ionic"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user