Typescript compiled to Node.js ESM requires `import { thing } from 'thing.js'` even though the path is really `thing.ts`. eslint gets mad at this. Something to do with this: https://github.com/import-js/eslint-plugin-import#typescript
Typescript compiled to Node.js ESM requires
import { thing } from 'thing.js'even though the path is reallything.ts.eslint gets mad at this. Something to do with this: https://github.com/import-js/eslint-plugin-import#typescript