d3-org-chart-cthacker-fork
Version:
Highly customizable org chart, created with d3
23 lines (22 loc) • 584 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"types": [],
"declaration": false,
"declarationMap": false,
"emitDeclarationOnly": false,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"files": [
"types/index.d.ts"
// List any additional files you need here, like tests if applicable
],
"exclude": ["node_modules", "build"]
}