diff --git a/packages/nuxt/src/core/features.ts b/packages/nuxt/src/core/features.ts index b23b67444fd7..46eb34de34cf 100644 --- a/packages/nuxt/src/core/features.ts +++ b/packages/nuxt/src/core/features.ts @@ -5,7 +5,7 @@ import { isCI, provider } from 'std-env' const isStackblitz = provider === 'stackblitz' -export interface EnsurePackageInstalledOptions { +interface EnsurePackageInstalledOptions { rootDir: string searchPaths?: string[] prompt?: boolean