mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +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
|
||||
terser?: TerserPluginOptions | boolean
|
||||
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[]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user