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.
If I have sources in
src/some/directory/file.tsand atsconfig.jsonin the current directory and I try to execute:ncc src/some/directory/file.tsthen NCC will not see thetsconfig.jsonfile because it only walks the dir tree back tosrc.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.jsonfile.