chore: fix vue jsx types

This commit is contained in:
三咲智子 Kevin Deng 2024-01-13 02:48:14 +08:00
parent 436868d9f9
commit 57c941e2ca
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E

View File

@ -10,6 +10,7 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "vue",
"types": ["vitest/globals"],
"skipLibCheck": true,
"paths": {