mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(types): add type definition for typescript.typeCheck (#5326)
This commit is contained in:
commit
565c0d1c48
4
packages/config/types/build.d.ts
vendored
4
packages/config/types/build.d.ts
vendored
@ -58,6 +58,8 @@ export interface NuxtConfigurationBuild {
|
|||||||
templates?: any
|
templates?: any
|
||||||
terser?: TerserPluginOptions | boolean
|
terser?: TerserPluginOptions | boolean
|
||||||
transpile?: (string | RegExp)[]
|
transpile?: (string | RegExp)[]
|
||||||
useForkTsChecker?: { [key: string]: string } | boolean // TBD - Couldn't find typedefs for the forkTsCheckerWebpackPlugin options
|
typescript?: {
|
||||||
|
typeCheck?: { [key: string]: any } | boolean // TBD - Couldn't find typedefs for the forkTsCheckerWebpackPlugin options
|
||||||
|
}
|
||||||
watch?: string[]
|
watch?: string[]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user