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

TS4114 error on base.ts file #600

Open
meshuamam opened this issue Oct 10, 2023 · 3 comments
Open

TS4114 error on base.ts file #600

meshuamam opened this issue Oct 10, 2023 · 3 comments

Comments

@meshuamam
Copy link

Importing plaid-node in a typescript environment that has noImplicitOverride rule (pretty common), fails on building with plaid-node, since RequiredError in base.ts is overriding name without an override modifier

@cgfarmer4
Copy link
Contributor

cgfarmer4 commented Oct 12, 2023

Thanks for the report @meshuamam. We will patch this. Not ideal but you can use // @ts-ignore on the import to unblock for now.

@aarohmankad
Copy link
Contributor

Hey @meshuamam! Does adding

"exclude": ["node_modules"],

fix this issue for you? I believe that's the recommended way to ignore TS errors in dependencies.

@meshuamam
Copy link
Author

"exclude": ["node_modules"],

Thanks for the suggestion @aarohmankad . unfortunately, it does not

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

3 participants