zenstack/packages/language/tsconfig.json
Yiming Cao 0d1faf1ef7
fix(lsp): get language server on par with v2 (#379)
* fix(lsp): get language server on par with v2

* fix typo

* addressing PR comments
2025-11-07 09:57:51 -08:00

7 lines
157 B
JSON

{
"extends": "@zenstackhq/typescript-config/base.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"noUnusedLocals": false
}
}