zenstack/packages/runtime/tsconfig.test.json
Yiming Cao 52d95761bf
fix: make helpers package browser-compatible, fix update args validation (#90)
* fix: make helpers package browser-compatible, fix update args validation

* update
2025-07-11 23:24:48 +08:00

9 lines
205 B
JSON

{
"extends": "@zenstackhq/typescript-config/base.json",
"compilerOptions": {
"noEmit": true,
"noImplicitAny": false,
"rootDir": "."
},
"include": ["test/**/*.ts"]
}