types: import types for `@nuxt/telemetry` and `@nuxt/components` (#7626)

Co-authored-by: pooya parsa <pyapar@gmail.com>
This commit is contained in:
Daniel Roe 2020-06-30 09:49:31 +01:00 committed by GitHub
parent 23324b9eae
commit 6b06ab201e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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> {}

View File

@ -1,3 +1,5 @@
import '@nuxt/components'
import '@nuxt/telemetry'
import './process'
/**