fix: augment vueCompilerOptions in `pkg-types`

pull/2235/head
Daniel Roe 2023-07-31 17:15:53 +01:00
rodzic 832ee35a93
commit 3375563e64
1 zmienionych plików z 8 dodań i 0 usunięć

8
vue-compiler-options.d.ts vendored 100644
Wyświetl plik

@ -0,0 +1,8 @@
declare module 'pkg-types' {
interface TSConfig {
// TODO: augment in nuxt
vueCompilerOptions: any
}
}
export {}