-
Notifications
You must be signed in to change notification settings - Fork 46
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.
Metadata
Metadata
Assignees
Labels
No labels