mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(nuxt): move app augments to core nuxt
types (#27900)
This commit is contained in:
parent
bf2b581b53
commit
5831e9aacb
@ -1,5 +1,3 @@
|
||||
/// <reference path="types/augments.d.ts" />
|
||||
|
||||
export * from './nuxt'
|
||||
|
||||
export * from './composables/index'
|
||||
|
@ -1,4 +1,5 @@
|
||||
/// <reference types="nitropack" />
|
||||
/// <reference path="dist/app/types/augments.d.ts" />
|
||||
|
||||
import type { DefineNuxtConfig } from 'nuxt/config'
|
||||
import type { RuntimeConfig, SchemaDefinition } from 'nuxt/schema'
|
||||
|
2
packages/nuxt/types.d.ts
vendored
2
packages/nuxt/types.d.ts
vendored
@ -1,4 +1,6 @@
|
||||
/// <reference types="nitropack" />
|
||||
/// <reference path="dist/app/types/augments.d.ts" />
|
||||
|
||||
import type { DefineNuxtConfig } from 'nuxt/config'
|
||||
import type { RuntimeConfig, SchemaDefinition } from 'nuxt/schema'
|
||||
import type { H3Event } from 'h3'
|
||||
|
Loading…
Reference in New Issue
Block a user