greater flexibility for typeCheck options

Co-Authored-By: danielroe <daniel@concision.co.uk>
This commit is contained in:
Kevin Marrec 2019-03-23 14:06:49 +00:00 committed by GitHub
parent 2c1444d991
commit 55dd4cb4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export interface NuxtConfigurationBuild {
terser?: TerserPluginOptions | boolean
transpile?: (string | RegExp)[]
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
watch?: string[]