trustgraph/ts/packages/client/tsconfig.json

12 lines
222 B
JSON
Raw Normal View History

2026-04-05 22:44:45 -05:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"lib": ["ES2022", "DOM"],
"composite": true
},
"include": ["src"],
"exclude": ["src/__tests__"]
}