Skip to content

Commit c2c63d9

Browse files
committed
disable tslint type checking (reduces build time from 60 s to 15 s)
1 parent 27c592b commit c2c63d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const commonConfig = {
1414
{
1515
loader: 'tslint-loader',
1616
options: {
17-
typeCheck: true,
17+
typeCheck: false,
1818
emitErrors: true,
1919
configFile: 'tslint.json'
2020
}

0 commit comments

Comments
 (0)