File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,18 @@ export interface Options {
23
23
isProduction? : boolean
24
24
25
25
// options to pass on to vue/compiler-sfc
26
- script? : Partial <Pick <SFCScriptCompileOptions , ' babelParserPlugins' >>
26
+ script? : Partial <
27
+ Pick <
28
+ SFCScriptCompileOptions ,
29
+ | ' babelParserPlugins'
30
+ | ' globalTypeFiles'
31
+ | ' defineModel'
32
+ | ' propsDestructure'
33
+ | ' fs'
34
+ | ' reactivityTransform'
35
+ >
36
+ >
37
+
27
38
template? : Partial <
28
39
Pick <
29
40
SFCTemplateCompileOptions ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export interface Options {
34
34
Pick <
35
35
SFCScriptCompileOptions ,
36
36
| 'babelParserPlugins'
37
+ | 'globalTypeFiles'
37
38
| 'defineModel'
38
39
| 'propsDestructure'
39
40
| 'fs'
You can’t perform that action at this time.
0 commit comments