mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
9 lines
219 B
JSON
9 lines
219 B
JSON
![]() |
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
||
|
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"types": ["node"]
|
||
|
}
|
||
|
}
|