Does anyone know how to restrict importing `.js` extensions on `.ts` files?

I need some kind of ESLint plugin/TS rule for this so that Node's TS runner doesn't crash at runtime

Comments