Files
ionic-framework/scripts/e2e/ngcConfig.json
2016-09-13 15:08:25 -05:00

18 lines
342 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "es2015",
"lib": [
"dom",
"es2015"
],
"moduleResolution": "node",
"declaration": true,
"noImplicitAny": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"angularCompilerOptions": {
"skipMetadataEmit": true
}
}