-
Notifications
You must be signed in to change notification settings - Fork 46
TypeScript is broken #84
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels