I can\'t seem to get the outDir flag working when used in package.json. Directory structure is pretty simple: tsconfig.json at the root le
outDir
package.json
tsconfig.json
You need to declare your tsconfig file location instead of the file you want to build.
tsc --build mocks/tsconfig.json