diff --git a/web/tsconfig.json b/web/tsconfig.json index 118cd11..527d3b3 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -11,6 +11,7 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "jsx": "preserve", + "jsxImportSource": "vue", "moduleResolution": "node", "resolveJsonModule": true, "noUnusedLocals": true,