elk/vue-compiler-options.d.ts

9 wiersze
126 B
TypeScript

declare module 'pkg-types' {
interface TSConfig {
// TODO: augment in nuxt
vueCompilerOptions: any
}
}
export {}