We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d3fda commit 1d9fda8Copy full SHA for 1d9fda8
src/createVue3SFCModule.ts
@@ -12,6 +12,8 @@ import * as vue_CompilerDOM from '@vue/compiler-dom'
12
13
// https://github.com/vuejs/jsx-next
14
import babelPlugin_jsx from '@vue/babel-plugin-jsx'
15
+
16
+// @ts-ignore (TS7016: Could not find a declaration file for module '@babel/plugin-transform-typescript'.)
17
import babelPlugin_typescript from '@babel/plugin-transform-typescript'
18
19
import {
0 commit comments