zzarcon / ts-react-toolbox

Opinionated toolbox boilerplate to create Typescript React components 🛠:package:
MIT License
23 stars 5 forks source link

Allow to use custom tsconfig or custom compilerOptions #19

Open zzarcon opened 4 years ago

zzarcon commented 4 years ago

Questions:

theKashey commented 4 years ago

personally I have no case when I needed a project specific config.

zzarcon commented 4 years ago

I had one yesterday in where I was converting some .js files into .ts, and the noImplicitAny was causing a crazy amount of errors, which I didn't want to fix hehe

theKashey commented 4 years ago

Why not use ./tsconfig as a source of truth, and update it as a postinstall hook (and then I could just stash changes I don't want)?