ionic3-calendar3
Version:
Ionic3 calendar component
31 lines (29 loc) • 692 B
JSON
{
"compilerOptions": {
"noImplicitAny": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "es2015",
"moduleResolution": "node",
"removeComments": true,
"sourceMap": true,
"target": "es5",
"stripInternal": true,
"inlineSources": true,
"skipLibCheck": true,
"rootDir": "./src",
"outDir": "./aot",
"baseUrl": "."
},
"files": [
"src/index.ts"
],
"exclude": [
"node_modules"
],
"angularCompilerOptions": {
"skipMetadataEmit" : false,
"genDir": "./aot/waste"
}
}