fix: augment vueCompilerOptions in `pkg-types`

main
Daniel Roe 2023-07-31 17:15:53 +01:00
parent 832ee35a93
commit 3375563e64
1 changed files with 8 additions and 0 deletions

8
vue-compiler-options.d.ts vendored Normal file
View File

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