Skip to content
New issue

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

remove tscrypt error when working within IDE #599

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

olegtaranenko
Copy link

eliminated annoying ts configuration mismatch, which produces red marks working with examples inside IDE
I'm not sure how it could affect on the other parts of project but to me look all good.
See https://stackoverflow.com/questions/62273153/this-module-is-declared-with-using-export-and-can-only-be-used-with-a-defau where I got a solution -)

@olegtaranenko olegtaranenko marked this pull request as draft June 6, 2023 02:42
@@ -1,6 +1,7 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"esModuleInterop": true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is moot. It's already true by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants