We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#20 (comment)
A .ts file importing another .ts file should result in a .js import.
.ts
.js
I must have introduced this bug in the refactor for #24.
Confirmed. Working on it now
cc @calebeby
The text was updated successfully, but these errors were encountered:
Closes eslint-community#28 - default mapping of sourc .ts import of u…
2444b26
…nspecified extension should be .js
fix: default mapping of sourc .ts import of unspecified extension sho…
3736fa9
…uld be .js (#29) fixes #28
Successfully merging a pull request may close this issue.
#20 (comment)
A
.ts
file importing another.ts
file should result in a.js
import.I must have introduced this bug in the refactor for #24.
Confirmed. Working on it now
cc @calebeby
The text was updated successfully, but these errors were encountered: