$ ts-node src/foo.ts :import { Foo } from "./Bar";
^
SyntaxError: Unexpected token {$ node -v$ node -v:(node:39469) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
import { Foo } from "./Bar";
^^^^^^
SyntaxError: Cannot use import statement outside a modulediff- "module": "esnext",
+ "module": "commonjs",