NodeJS hook to resolve .ts
files when a .js
file is imported so that --experimental-strip-types works
Migrate full-fledged TypeScript code to type-annotated TypeScript code that is compatible with the type annotation proposal as well as NodeJS's --experimental-strip-types
Enable direct TypeScript imports from node_modules using Node.js --experimental-strip-types
Node resolver hook allowing .ts
files to be found when imported with .js
extensions