zenstack/packages/clients/fetch-client/tsconfig.test.json
Yiming Cao 9d147b931a
Some checks failed
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
feat(fetch-client): implement fetch-based CRUD API client (#2651)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 08:28:12 -07:00

8 lines
201 B
JSON

{
"extends": "@zenstackhq/typescript-config/base.json",
"include": ["src/**/*.ts", "test/**/*.ts"],
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"types": ["node"]
}
}