Update tsconfig.vitest.json config (#104)

v3.2
WangXu10 2024-04-15 16:53:35 +08:00 committed by GitHub
parent dfb04b1052
commit 731801a977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
"exclude": [],
"compilerOptions": {
"composite": true,
"target": "esnext", // 使ES
"module": "esnext", // 使ES
"lib": [],
"types": ["node", "jsdom"]
}