Files
ionic-framework/scripts/demos/ngcConfig.json
2016-09-13 15:06:50 -05:00

22 lines
425 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "es2015",
"lib": [
"dom",
"es2015"
],
"moduleResolution": "node",
"declaration": true,
"noImplicitAny": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"angularCompilerOptions": {
"skipMetadataEmit": true
},
"include": [
"dist/demos/**/entry.ts",
"dist/demos/**/AppModule.ts"
]
}