mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": ["vite.config.*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": ["node", "vitest"]
|
|
}
|
|
}
|