Files
ionic-framework/packages/angular/tsconfig.json
2017-11-21 14:19:09 -06:00

23 lines
502 B
JSON

{
"compilerOptions": {
"allowUnreachableCode": false,
"allowSyntheticDefaultImports": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["dom", "es2015"],
"module": "es2015",
"moduleResolution": "node",
"noImplicitAny": true,
"outDir": "dist",
"removeComments": false,
"sourceMap": true,
"target": "es2015"
},
"include": [
"src/**/*.ts"
],
"compileOnSave": false,
"buildOnSave": false
}