You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2017. It is now read-only.
Don't have things like...
Instead:
Use
export import
in the main "MapsCreatr" module so consumers will just import from there:Rewrite output .js and .d.ts files to not include require modules that have nothing in them. This way there isn't even an "IPreThing" distributed.
As a side bonus, the .d.ts files should have their type
/// <reference path="..." />
s rewritten to match the typings style.The text was updated successfully, but these errors were encountered: