trustgraph/ts/packages/flow/tsconfig.json
elpresidank ffd97375a8 saving
2026-05-12 08:06:58 -05:00

14 lines
294 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"types": ["node", "bun"],
"composite": true
},
"include": ["src"],
"exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"],
"references": [
{ "path": "../base" }
]
}