Closed unematiii closed 11 months ago
Why did you open an issue for a bug that was already reported twice and has already been fixed?
Sorry, my bad. Apparently ts-node-dev
has not been updated yet, so it was pulling in previous version of ts-node
. Closing.
Search Terms
2076, #2090, #2091
Expected Behavior
Prior to Typescript 5.3 (ts-node 10.9.1) I was able to compile and run my code with tsconfig files that extend files exposed in one of the projects workspaces.
Actual Behavior
Steps to reproduce the problem
Create workspace and
tsconfig.json
that extends anothertsconfig.json
in another workspace in the same project.Specifications