remove old plugin options key

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

View File

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