2
0
mirror of https://github.com/vuejs/babel-plugin-jsx.git synced 2025-05-06 08:14:39 +08:00

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

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