ngx-easy-d3
Version:
Build an Angular library compatible with AoT compilation and Tree shaking like an official package
27 lines • 626 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strict": false,
"noImplicitAny": true,
"strictPropertyInitialization": false,
"module": "commonjs",
"moduleResolution": "node",
"rootDir": ".",
"sourceMap": true,
"inlineSources": true,
"target": "es5",
"skipLibCheck": true,
"lib": [
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types/"
]
},
"exclude": [
"node_modules"
]
}