typescript-starter
typescript-starter copied to clipboard
esModuleInterop instead of syntheticDefaultImports
esModuleInterop Option automatically enables the allowSyntheticDefaultImports option that enables this import to working fine when compiling using tsc:
import path from "node:path"