mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 08:55:24 +03:00
8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
declare module 'pkg-types' {
|
|
interface TSConfig {
|
|
// TODO: augment in nuxt
|
|
vueCompilerOptions: any
|
|
}
|
|
}
|
|
|
|
export {}
|