Files
ionic-framework/tsconfig.json
Tim Lancina 1cfca53f9d chore(npm): publish package as 'ionic-angular'
BREAKING CHANGE: imports from the framework were:
```
  import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
  import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00

17 lines
310 B
JSON

{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"module": "commonjs",
"declaration": true,
"outDir": "dist"
},
"files": [
"ionic/index.ts",
"typings/main.d.ts"
],
"compileOnSave" : false,
"buildOnSave": false
}