Open wesbos opened 1 year ago
Typescript compiled to Node.js ESM requires import { thing } from 'thing.js' even though the path is really thing.ts.
import { thing } from 'thing.js'
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