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
tsc.json is placed in packages/tsconfig/tsc.json and changing tsconfig "extends" to an absolute path ("../packages/tsconfig/tsc.json" or "node_modules/tsconfig/tsc.json") solves an issue.
π Expected behavior
npx ts-node --prefer-ts-exts bin/cdk.ts should work as it did in 5.2.2 version.
Additional information about the issue
pnpm is used as a package manager for the project.
The text was updated successfully, but these errors were encountered:
π Search Terms
tsconfig/tsc.json
π Version & Regression Information
β― Playground Link
No response
π» Code
π Actual behavior
I' getting the following error during
npx ts-node --prefer-ts-exts bin/cdk.ts
:tsc.json
is placed inpackages/tsconfig/tsc.json
and changing tsconfig"extends"
to an absolute path ("../packages/tsconfig/tsc.json"
or"node_modules/tsconfig/tsc.json"
) solves an issue.π Expected behavior
npx ts-node --prefer-ts-exts bin/cdk.ts
should work as it did in 5.2.2 version.Additional information about the issue
pnpm is used as a package manager for the project.
The text was updated successfully, but these errors were encountered: