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