Skip to content

Commit

Permalink
disable tslint type checking (reduces build time from 60 s to 15 s)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffmatic committed Jun 4, 2018
1 parent 27c592b commit c2c63d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -14,7 +14,7 @@ const commonConfig = {
{
loader: 'tslint-loader',
options: {
typeCheck: true,
typeCheck: false,
emitErrors: true,
configFile: 'tslint.json'
}
Expand Down

0 comments on commit c2c63d9

Please sign in to comment.