nocobase/packages/core/sdk/tsconfig.json
被雨水过滤的空气-Rairn 49117afb72
refactor: front-end testing with vitest (#1900)
* refactor: front-end testing with vitest

* fix: fix build failed
2023-05-25 10:40:08 +08:00

9 lines
115 B
JSON

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"types": [
"vitest/globals"
]
},
}