angular2-material-datepicker
Version:
A minimalist datepicker library for Angular 2
15 lines (14 loc) • 340 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
},
"exclude": [ "node_modules", "**/*.ngfactory.*" ],
"types": [ "es6-shim" ]
}