mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so we provide them ourselves.
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"ionic/ionic.ts",
|
|
"typings/main.d.ts"
|
|
],
|
|
"compileOnSave" : false,
|
|
"buildOnSave": false
|
|
}
|