If I have sources in src/some/directory/file.ts and a tsconfig.json in the current directory and I try to execute:
ncc src/some/directory/file.ts then NCC will not see the tsconfig.json file because it only walks the dir tree back to src.
It should walk back to the current directory at least and even better it should have an option to specify the full path to the tsconfig.json file.