mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
8 lines
184 B
JSON
8 lines
184 B
JSON
{
|
|
"extends": "@zenstackhq/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"noUnusedLocals": false,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|