mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
greater flexibility for typeCheck options
Co-Authored-By: danielroe <daniel@concision.co.uk>
This commit is contained in:
parent
2c1444d991
commit
55dd4cb4df
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
|
terser?: TerserPluginOptions | boolean
|
||||||
transpile?: (string | RegExp)[]
|
transpile?: (string | RegExp)[]
|
||||||
typescript?: {
|
typescript?: {
|
||||||
typeCheck?: { [key: string]: string } | boolean // TBD - Couldn't find typedefs for the forkTsCheckerWebpackPlugin options
|
typeCheck?: { [key: string]: any} | boolean // TBD - Couldn't find typedefs for the forkTsCheckerWebpackPlugin options
|
||||||
}
|
}
|
||||||
useForkTsChecker?: { [key: string]: string } | boolean // TBD - Couldn't find typedefs for the forkTsCheckerWebpackPlugin options
|
useForkTsChecker?: { [key: string]: string } | boolean // TBD - Couldn't find typedefs for the forkTsCheckerWebpackPlugin options
|
||||||
watch?: string[]
|
watch?: string[]
|
||||||
|
Loading…
Reference in New Issue
Block a user