mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
remove old plugin options key
Co-Authored-By: danielroe <daniel@concision.co.uk>
This commit is contained in:
parent
55dd4cb4df
commit
69d8001d0f
1
packages/config/types/build.d.ts
vendored
1
packages/config/types/build.d.ts
vendored
@ -61,6 +61,5 @@ export interface NuxtConfigurationBuild {
|
|||||||
typescript?: {
|
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
|
||||||
}
|
}
|
||||||
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