ng2-tree-hackaday
Version:
angular2 component for visualizing data that can be naturally represented as a tree
37 lines (36 loc) • 741 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"noImplicitAny": false,
"removeComments": true,
"declaration": false,
"skipLibCheck": true,
"stripInternal": true,
"suppressImplicitAnyIndexErrors": true,
"lib": ["dom", "es6"],
"typeRoots": [
"./node_modules/@types"
],
"types": [
"jasmine",
"node",
"webpack"
]
},
"exclude": [
"node_modules",
"factories",
"**/*-aot.ts"
],
"files": [
"./index.ts"
],
"angularCompilerOptions": {
"genDir": "factories"
}
}