Skip to content

TypeScript is broken #84

@dragosbulugean

Description

@dragosbulugean

Hello,

With latest TS (2.7.1) if I import like this:

import * as Oy from 'oy-vey'

The compiler gets stuck (doesn't compile or respond) for whatever reason.
Once I just do:

const Oy = require('oy-vey')

to skip typechecking, everything is fine.

I tried to find out the cause in the Oy type definitions to no avail.

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