mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:16:31 +00:00
49117afb72
* refactor: front-end testing with vitest * fix: fix build failed
9 lines
115 B
JSON
9 lines
115 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"vitest/globals"
|
|
]
|
|
},
|
|
}
|