mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"extends": "@zenstackhq/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"noImplicitAny": false,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["test/**/*.ts"]
|
|
}
|