mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
fix(config, vue-app): add module declaration for config
and vue-app
(#6379)
This commit is contained in:
parent
794536e08f
commit
eadde4e88c
1
packages/config/index.d.ts
vendored
1
packages/config/index.d.ts
vendored
@ -1,2 +1,3 @@
|
||||
// Dummy type definition file to provide backward compatibility
|
||||
// around Nuxt modules extending `@nuxt/config` for Nuxt < 2.9
|
||||
declare module "@nuxt/config"
|
||||
|
1
packages/vue-app/index.d.ts
vendored
1
packages/vue-app/index.d.ts
vendored
@ -1,2 +1,3 @@
|
||||
// Dummy type definition file to provide backward compatibility
|
||||
// around Nuxt modules extending `@nuxt/vue-app` for Nuxt < 2.9
|
||||
declare module "@nuxt/vue-app"
|
||||
|
Loading…
Reference in New Issue
Block a user