mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
Some checks failed
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 lines
201 B
JSON
8 lines
201 B
JSON
{
|
|
"extends": "@zenstackhq/typescript-config/base.json",
|
|
"include": ["src/**/*.ts", "test/**/*.ts"],
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM"],
|
|
"types": ["node"]
|
|
}
|
|
}
|