Skip to content

Commit b35f9a3

Browse files
committed
fix: missing typescript declaration for globalTypeFiles
ref: vitejs/vite-plugin-vue@1e8d16e
1 parent 50fb23c commit b35f9a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export interface Options {
4040
Pick<
4141
SFCScriptCompileOptions,
4242
| 'babelParserPlugins'
43+
| 'globalTypeFiles'
4344
| 'defineModel'
4445
| 'propsDestructure'
4546
| 'fs'

0 commit comments

Comments
 (0)