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
I am also getting error TS6053: File '@tstv/tsconfig-common/tsconfig.json' not found when using TypeScript 5.3.2 with ts-node 10.9.1.
Switching from "extends": "@tstv/tsconfig-common/tsconfig.json" to "extends": "./node_modules/@tstv/tsconfig-common/tsconfig.json" in my tsconfig.json quick-fixed it. Thanks for this workaround. 👍
After upgrading typescript from 5.2.2 to 5.3.2, I started getting error when using ts-node with tsconfig/bases. See below.
Expected Behavior
Prints typescript config to standard output.
Actual Behavior
Error:
Steps to reproduce the problem
Minimal reproduction
TypeStrong/ts-node-repros#36
Workaround
Use relative path to tsconfig/bases file:
Specifications
The text was updated successfully, but these errors were encountered: