Skip to content

Commit

Permalink
fix: augment vueCompilerOptions in pkg-types
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 31, 2023
1 parent 832ee35 commit 3375563
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vue-compiler-options.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
declare module 'pkg-types' {
interface TSConfig {
// TODO: augment in nuxt
vueCompilerOptions: any
}
}

export {}

0 comments on commit 3375563

Please sign in to comment.