Skip to content

syntax error in custom.typings.d.ts #828

@duderdice

Description

@duderdice

Currently the first non-comment line in custom.d.ts is as follows

declare module "*";

but that seems to give a syntax error on the semicolon with the message '{ expected', as the compiler expects a curly brace. Changing it to the following seems to fix it

declare module "*" {}

Is that a valid fix?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions