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

12 lines
245 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"lib": ["ES2022", "DOM"],
"types": ["node"],
"composite": true
},
"include": ["src"],
"exclude": ["src/__tests__"]
}