Skip to content

Commit

Permalink
Merge pull request #26 from JakeGinnivan/feat/AllowTurningOffTypeChec…
Browse files Browse the repository at this point in the history
…king

fix: disableTypeCheck and transpileOnly are the same thing. Fixed dis…
  • Loading branch information
JakeGinnivan authored Aug 28, 2019
2 parents bdd3b51 + 8eb9dff commit e54246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/ts-loader-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function getTypeScriptWebpackRule(
compilerOptions: {
noEmit: false,
},
transpileOnly: !disableTypeCheck,
transpileOnly: disableTypeCheck,
experimentalWatchApi: true,
}

Expand Down

0 comments on commit e54246e

Please sign in to comment.