angular2-nvd3
Version:
Angular2 module for NVD3 chart
31 lines • 797 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": true,
"noImplicitAny": false,
"declaration": true,
"sourceMap": false,
"rootDir": "src",
"outDir": "dist",
"lib": [
"es6",
"dom"
],
"typeRoots": [
"./node_modules/@types"
]
},
"files": [
"src/angular2-nvd3/angular2-nvd3.component.ts",
"src/angular2-nvd3/angular2-nvd3.directive.ts",
"src/angular2-nvd3/angular2-nvd3.module.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": true,
"genDir": "dist"
}
}