Skip to content

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

Open
@dan2kx

Description

@dan2kx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions