-
-
Notifications
You must be signed in to change notification settings - Fork 543
Closed
Labels
Description
Tip:
ts-nodediffers slightly fromtsc. It will not load files fromtsconfig.jsonby default. Instead,ts-nodestarts from the input file and discovers the rest of the project tree through imports and references.
This is unfortunate for me. Essentially, I have a project where I can't add /// <references to the sources because the target (JS or WASM) is interchangeable, and the necessary declarations are added through extending different base tsconfig.jsons, relying on files being included.
Is there a way to force the old behavior in new versions of ts-node?