Update build.d.ts

This commit is contained in:
Pooya Parsa 2019-03-23 20:41:31 +04:30 committed by GitHub
parent 69d8001d0f
commit b2a92ac4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[]
}