diff --git a/vue-compiler-options.d.ts b/vue-compiler-options.d.ts new file mode 100644 index 00000000..24d02687 --- /dev/null +++ b/vue-compiler-options.d.ts @@ -0,0 +1,8 @@ +declare module 'pkg-types' { + interface TSConfig { + // TODO: augment in nuxt + vueCompilerOptions: any + } +} + +export {}