mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
types: import types for @nuxt/telemetry
and @nuxt/components
(#7626)
Co-authored-by: pooya parsa <pyapar@gmail.com>
This commit is contained in:
parent
23324b9eae
commit
6b06ab201e
2
packages/types/config/index.d.ts
vendored
2
packages/types/config/index.d.ts
vendored
@ -22,7 +22,7 @@ import { NuxtOptionsWatchers } from './watchers'
|
||||
export { Module } from './module'
|
||||
export { ServerMiddleware } from './server-middleware'
|
||||
|
||||
/**
|
||||
/**
|
||||
* @deprecated Use NuxtConfig instead
|
||||
*/
|
||||
export interface Configuration extends Record<string, any> {}
|
||||
|
2
packages/types/index.d.ts
vendored
2
packages/types/index.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
import '@nuxt/components'
|
||||
import '@nuxt/telemetry'
|
||||
import './process'
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user