Update tsconfig.vitest.json config (#104)

This commit is contained in:
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

View File

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