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
> node --import=tsimp/import .\index.ts
hello world
(node:8044) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
I did run into some cache issues (probably related to #20), but this got things working again:
TypeScript 5.3 supports import attributes, but when I execute the following code, I don't see anything on my terminal:
When I use
ts-node
instead, printing works fine:The text was updated successfully, but these errors were encountered: