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