mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
24 lines
484 B
JSON
24 lines
484 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,
|
|
"buildOnSave": false,
|
|
"exclude": [
|
|
"node_modules",
|
|
"ionic"
|
|
]
|
|
}
|