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

[TS] Bug. When I used package version 5.3.0 #245

Open
s-kobets opened this issue Jun 15, 2020 · 4 comments
Open

[TS] Bug. When I used package version 5.3.0 #245

s-kobets opened this issue Jun 15, 2020 · 4 comments

Comments

@s-kobets
Copy link

Module '../addon/rule' has already exported a member named 'addon'. Consider explicitly re-exporting to resolve the ambiguity.

Maybe reason - 23a1ade

@anatoliyarkhipov
Copy link

@s-kobets Have you found a workaround (besides downgrading)? 🤔

@s-kobets
Copy link
Author

🤔 Today, I don't see problem with this problem. Sorry, I will close issue.

@anatoliyarkhipov
Copy link

anatoliyarkhipov commented Oct 21, 2020

Hm. Is there a chance you can share your TS config? I just updated to 5.3.0 today, after sitting on an old version for a long time, and encountered this very problem. So the issue is still relevant, I believe.

@s-kobets
Copy link
Author

s-kobets commented Oct 26, 2020

My tsconfig.json

{
  "compilerOptions": {
    "module": "es2015",
    "target": "esnext",
    "lib": ["dom", "es6", "es7"],
    "jsx": "react",
    "declaration": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "strict": false,
    "noEmit": false,
    "sourceMap": true,
    "importHelpers": false,
    "noEmitHelpers": true,
    "moduleResolution": "node",
    "experimentalDecorators": true,
    "resolveJsonModule": true,
    "typeRoots": ["node_modules/@types"],
    "plugins": [{ "name": "typescript-workspace-plugin" }]
  },
  "exclude": ["node_modules"]
}

@s-kobets s-kobets reopened this Oct 26, 2020
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

No branches or pull requests

2 participants