mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"version": "1.5.0",
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es6",
|
|
"module": "system",
|
|
"declaration": true
|
|
},
|
|
"fileGlobs": [
|
|
"./ionic/**/*.ts",
|
|
"!./node_modules/**",
|
|
"!./scripts/**",
|
|
"!./dist/**",
|
|
"!./tmp/**"
|
|
],
|
|
"compileOnSave" : false
|
|
}
|