@tstrv/angular-2-daterangepicker
Version:
Bootstrap Daterange picker for angular2 and 4
20 lines • 403 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false,
"lib": [ "es2015", "dom" ]
},
"include": [
"./*.ts"
],
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
]
}