contiamo/operational-scripts

copy of tsconfig.json is confusing

Opened this issue · 1 comments

We copy tsconfig.json from operational-scripts to the project. But we don't use copied tsconfig.json for webpack. We either need to stop copying it or we need a way to support it in a webpack.

This is adding one line to webpack’s config, right? AFAIK ts-loader has a configFile option...