I have a project that has both react-scripts (not ejected) and webpack enabled (using rewire plugin).
I need to get either webpack or react-scripts to use tsconfig.custom.json
My question is as simple as if it is possible to point either to custom tsconfig file? I can't find any documentation on this.