Skip to content

Commit

Permalink
TEST - DONT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jan 20, 2019
1 parent 936afb4 commit fbbed44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ exports = module.exports = (options) => ({
// Make use of a new API comming with TypeScript 2.7
// which allows to speed up the type checking
// https://github.com/namics/webpack-config-plugins/issues/39
useTypescriptIncrementalApi: true,
useTypescriptIncrementalApi: false,
// To allow using this plugin even if there is no .ts or .tsx file
// ignore "TS18003: No inputs were found in config file"
ignoreDiagnostics: [18003],
Expand Down

0 comments on commit fbbed44

Please sign in to comment.