mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"scripts",
|
|
"typings/main",
|
|
"typings/main.d.ts"
|
|
],
|
|
"compileOnSave" : false,
|
|
"buildOnSave": false
|
|
}
|