mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
fix: add type definition for configuring forkTsChecker
This commit is contained in:
parent
5d7757bf29
commit
2c1444d991
3
packages/config/types/build.d.ts
vendored
3
packages/config/types/build.d.ts
vendored
@ -58,6 +58,9 @@ export interface NuxtConfigurationBuild {
|
||||
templates?: any
|
||||
terser?: TerserPluginOptions | boolean
|
||||
transpile?: (string | RegExp)[]
|
||||
typescript?: {
|
||||
typeCheck?: { [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[]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user