Files
ionic-framework/tsconfig.json
Tim Lancina 04c1c7c3bd chore(typings): add es6 and jasmine typings
As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so
we provide them ourselves.
2016-02-15 15:36:01 -06:00

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
}