mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
9 lines
115 B
JSON
9 lines
115 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"vitest/globals"
|
|
]
|
|
},
|
|
}
|