mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-02-04 13:16:08 +08:00
27 lines
483 B
JSON
27 lines
483 B
JSON
{
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"noImplicitAny": true
|
|
},
|
|
"filesGlob": [
|
|
"src/**/*.ts",
|
|
"!node_modules/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"scripts",
|
|
"typings/main",
|
|
"typings/main.d.ts"
|
|
],
|
|
"compileOnSave": false,
|
|
"buildOnSave": false,
|
|
"atom": {
|
|
"rewriteTsconfig": false
|
|
}
|
|
}
|