typescript exclude jest files

Solutions on MaxInterview for typescript exclude jest files by the best coders in the world

showing results for - "typescript exclude jest files"
Elena
13 Jan 2018
1For more info on working with multiple tsconfig.json files,
2see this StackOverflow answer.
3Basically you would make use of the "extends" field so as to not
4duplicate your compiler options overmuch.
5
6You may need to change how you run tsc just a tad:
7
8tsc --project tsconfig.production.json 
9# or whatever you call your other tsconfig