repro project for ts-loader issue 416 TypeStrong/ts-loader#416 and typescript issue microsoft/TypeScript#13004
How to reproduce the issue:
- run: yarn install
- run: node_modules/.bin/tsc to see the error using tsc directly
- run: node_modules/.bin/webpack to see the error using typescript through ts-loader