finyx_frontend/tsconfig.vitest.json
2026-01-05 09:57:25 +08:00

13 lines
270 B
JSON

{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"allowJs": true,
"target": "esnext", // 使用ES最新语法
"module": "esnext", // 使用ES模块语法
"lib": [],
"types": ["node", "jsdom"]
}
}