File tree 1 file changed +1
-19
lines changed
1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -52,26 +52,8 @@ export interface Transformers {
52
52
[ languageName : string ] : TransformerOptions ;
53
53
}
54
54
55
- export type AutoPreprocessOptions = {
55
+ export type AutoPreprocessOptions = Transformers & {
56
56
markupTagName ?: string ;
57
57
aliases ?: Array < [ string , string ] > ;
58
58
preserve ?: string [ ] ;
59
- typescript ?: TransformerOptions < Options . Typescript > ;
60
- scss ?: TransformerOptions < Options . Sass > ;
61
- sass ?: TransformerOptions < Options . Sass > ;
62
- less ?: TransformerOptions < Options . Less > ;
63
- stylus ?: TransformerOptions < Options . Stylus > ;
64
- postcss ?: TransformerOptions < Options . Postcss > ;
65
- babel ?: TransformerOptions < Options . Babel > ;
66
- coffeescript ?: TransformerOptions < Options . Coffeescript > ;
67
- pug ?: TransformerOptions < Options . Pug > ;
68
- globalStyle ?: Options . GlobalStyle ;
69
- // workaround while we don't have this
70
- // https://github.com/microsoft/TypeScript/issues/17867
71
- [ languageName : string ] :
72
- | string
73
- | Promise < string >
74
- | Array < [ string , string ] >
75
- | string [ ]
76
- | TransformerOptions ;
77
59
} ;
You can’t perform that action at this time.
0 commit comments