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

Typescript error: import { IParseOptions } from 'qs' #345

Open
dan2kx opened this issue Dec 6, 2023 · 0 comments
Open

Typescript error: import { IParseOptions } from 'qs' #345

dan2kx opened this issue Dec 6, 2023 · 0 comments

Comments

@dan2kx
Copy link

dan2kx commented Dec 6, 2023

When using moleculer-web in a typescript project the index.d.ts file is declaring the module and importing

import { IParseOptions } from 'qs';

which causes a typescript compilation error requiring either @types/qs to be added to my project package.json or for me to add skipLibCheck: true to the tsconfig.json file

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

1 participant