Skip to content

Commit 6152519

Browse files
Remove old ts-loader workaround
1 parent f3bdc4b commit 6152519

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = {
1414
loader: 'ts-loader',
1515
options: {
1616
compilerOptions: {
17-
checkJs: false, // workaround for TypeStrong/ts-loader#702
1817
noEmit: false,
1918
},
2019
configFile: resolve(__dirname, './tsconfig.json'),

0 commit comments

Comments
 (0)