1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 22:16:49 +01:00
elk/vue-compiler-options.d.ts

9 lines
126 B
TypeScript
Raw Normal View History

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