I'm currently working on a project and I decided to clone the typescript/node/express sample project into a subfolder. However, when I try running tsc -p .
in the sub-folder, I encounter compilation errors because tsc is scanning ../node_modules
. Is there a way for me to instruct tsc not to navigate up the directory tree?