diff --git a/tsconfig.json b/tsconfig.json index d434592..3c33d28 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,7 @@ // Required in Vue projects "jsx": "preserve", + "jsxImportSource": "vue", // `"noImplicitThis": true` is part of `strict` // Added again here in case some users decide to disable `strict`.