fix: augment vueCompilerOptions in `pkg-types`
parent
832ee35a93
commit
3375563e64
|
@ -0,0 +1,8 @@
|
|||
declare module 'pkg-types' {
|
||||
interface TSConfig {
|
||||
// TODO: augment in nuxt
|
||||
vueCompilerOptions: any
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
Loading…
Reference in New Issue