Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.
This repository was archived by the owner on May 13, 2024. It is now read-only.

[Bug Report] missing type defination in vuepress-types #10

@Mister-Hope

Description

@Mister-Hope

I turn on noImplicitAny in my tsconfig, and that will cause issue when I want to convert ts file in to js.

node_modules/vuepress-types/types/plugin.d.ts:42:19 - error TS7006: Parameter 'config' implicitly has an 'any' type.

42   chainWebpack?: (config, isServer: boolean) => void
                     ~~~~~~

node_modules/vuepress-types/types/plugin.d.ts:49:20 - error TS7006: Parameter 'config' implicitly has an 'any' type.

49   chainMarkdown?: (config) => void

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions