@loken/hierarchies
Version:
Library for working with hierarchies of identifiers and identifiable objects.
20 lines • 320 B
JSON
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/lib",
"rootDir": ".",
"baseUrl": ".",
"noEmit": false,
"emitDeclarationOnly": true,
"removeComments": false,
"types": []
},
"include": [
"./**/*.ts",
"./**/*.js"
],
"exclude": [
"./**/*.test.ts",
"./**/*.bench.ts",
]
}