mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix: augment vueCompilerOptions in pkg-types
This commit is contained in:
parent
832ee35a93
commit
3375563e64
1 changed files with 8 additions and 0 deletions
8
vue-compiler-options.d.ts
vendored
Normal file
8
vue-compiler-options.d.ts
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
declare module 'pkg-types' {
|
||||||
|
interface TSConfig {
|
||||||
|
// TODO: augment in nuxt
|
||||||
|
vueCompilerOptions: any
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export {}
|
Loading…
Reference in a new issue