You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fork-ts-checker-webpack-plugin does a require('tslint')
tsconfig-paths’ match-all rule resolves this to <root>/tslint.json
things blow up because obviously you wanted to require the tslint module, and not your tslint config file…
The linked PR exposes an option to fix this unexpected behavior.
Otherwise, it should maybe have special handling for node_modules maybe that avoids this bug?
The text was updated successfully, but these errors were encountered:
Copied from here: #73 (comment)
fork-ts-checker-webpack-plugin
does arequire('tslint')
tsconfig-paths
’ match-all rule resolves this to<root>/tslint.json
The linked PR exposes an option to fix this unexpected behavior.
Otherwise, it should maybe have special handling for
node_modules
maybe that avoids this bug?The text was updated successfully, but these errors were encountered: