You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stepancheg did you get the solution for this ?
I am facing the same issue with Node 18. Currently my repo is in Node 14 but after migration to Node 18 ts-node is not able to compile .ts files.
I have
src/server/tsconfig.json
andsrc/server/server.ts
.Now I intentionally break
src/server/tsconfig.json
(put garbage into it).ts-node
parses the file:ts-node-dev
ignores the file:The text was updated successfully, but these errors were encountered: