1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-01-30 23:23:30 +03:00
elk/vue-compiler-options.d.ts
2023-07-31 17:15:53 +01:00

8 lines
126 B
TypeScript

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