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