Closed Rich-Harris closed 7 months ago
TypeScript adds a declare keyword for whatever reason, which we were using as a cue to strip it out of the bundle (i don't remember why exactly, just that it's important)
declare
TypeScript adds a
declare
keyword for whatever reason, which we were using as a cue to strip it out of the bundle (i don't remember why exactly, just that it's important)