angular-mat-datepicker
Version:
[](https://www.npmjs.org/package/angular2-material-datepicker) [](https://travis-ci.org/koleary9
25 lines (22 loc) • 527 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"types": [ "es6-shim" ]
},
"files": [
"integration-test/app.module.ts",
"integration-test/main.ts"
],
"angularCompilerOptions": {
"genDir": "aot",
"skipMetadataEmit" : false
}
}