Skip to content

Commit 1d9fda8

Browse files
author
Franck Freiburger
committed
wip(core): ignore TS error
1 parent c9d3fda commit 1d9fda8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/createVue3SFCModule.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import * as vue_CompilerDOM from '@vue/compiler-dom'
1212

1313
// https://github.com/vuejs/jsx-next
1414
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'.)
1517
import babelPlugin_typescript from '@babel/plugin-transform-typescript'
1618

1719
import {

0 commit comments

Comments
 (0)