Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Is it possible to have tsconfig.json file outside of project folder? In my use-case I have two sub-projects which share the same tsconfig.json that is located in the common root folder.
By invoking tsc with no input files, in which case the compiler searches for the tsconfig.json file starting in the current directory and continuing up the parent directory chain.
Currently, tsconfig.json outside of project folder is not supported. We have an enhancement request filed to support tsconfig.json outside of the project folder.