contiamo / operational-scripts

A TypeScript-first toolchain for developing front-end applications.
MIT License
7 stars 2 forks source link

copy of tsconfig.json is confusing #45

Open stereobooster opened 5 years ago

stereobooster commented 5 years ago

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.

TejasQ commented 5 years ago

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