mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
types: fix generate types (#7780)
This commit is contained in:
parent
298c3e3ef7
commit
1977b06d1c
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -74,6 +74,9 @@ jobs:
|
||||
|
||||
- name: lint
|
||||
run: yarn test:lint
|
||||
|
||||
- name: test types
|
||||
run: yarn test:types
|
||||
needs: setup
|
||||
|
||||
audit:
|
||||
|
2
packages/types/config/generate.d.ts
vendored
2
packages/types/config/generate.d.ts
vendored
@ -21,7 +21,7 @@ export interface NuxtOptionsGenerate {
|
||||
routes?: NuxtOptionsGenerateRoute[] | NuxtOptionsGenerateRoutesFunction | NuxtOptionsGenerateRoutesFunctionWithCallback
|
||||
subFolders?: boolean
|
||||
cache?: false | {
|
||||
ignore?: string[] | function,
|
||||
ignore?: string[] | Function,
|
||||
globbyOptions?: GlobbyOptions
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user