- Rename the file from
.jsto.ts - Change
module.exports =toexport = - Change all
exports.foobar =toexport const foobar = - Update top-level
requirecalls to staticimport.
.js to .tsmodule.exports = to export = exports.foobar = to export const foobar = require calls to static import.