ngx-daterangepicker
Version:
Angular PayPal Datepicker
32 lines (31 loc) • 614 B
JSON
{
"compilerOptions": {
"rootDir": "../",
"module": "es2015",
"moduleResolution": "node",
"target": "es5",
"noImplicitAny": false,
"sourceMap": true,
"mapRoot": "",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2016",
"dom"
],
"outDir": "lib",
"typeRoots": [
"../node_modules/@types"
]
},
"include": [
"src/**/*.ts"
],
"angularCompilerOptions": {
"genDir": "./src/ngfactory",
"entryModule": "src/app/app.module#AppModule"
},
"awesomeTypescriptLoaderOptions": {
"silent": true
}
}