mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
Update build.d.ts
This commit is contained in:
parent
69d8001d0f
commit
b2a92ac4e3
2
packages/config/types/build.d.ts
vendored
2
packages/config/types/build.d.ts
vendored
@ -59,7 +59,7 @@ export interface NuxtConfigurationBuild {
|
||||
terser?: TerserPluginOptions | boolean
|
||||
transpile?: (string | RegExp)[]
|
||||
typescript?: {
|
||||
typeCheck?: { [key: string]: any} | boolean // TBD - Couldn't find typedefs for the forkTsCheckerWebpackPlugin options
|
||||
typeCheck?: { [key: string]: any } | boolean // TBD - Couldn't find typedefs for the forkTsCheckerWebpackPlugin options
|
||||
}
|
||||
watch?: string[]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user