trustgraph/ts/packages/base/tsconfig.json
elpresidank b6536eca38 init
2026-04-05 22:44:45 -05:00

9 lines
160 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"composite": true
},
"include": ["src"]
}