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