From 72612ae76d096af2e7144e4c6ee158f6b0fe43b3 Mon Sep 17 00:00:00 2001 From: hvolmer <5054691+hvolmer@users.noreply.github.com> Date: Mon, 17 Aug 2020 08:52:35 -0600 Subject: [PATCH] Update foundation.d.ts Added foundation.d.ts export for ESM imports in TS projects --- js/typescript/foundation.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/typescript/foundation.d.ts b/js/typescript/foundation.d.ts index 24119bd46..4515fcf36 100644 --- a/js/typescript/foundation.d.ts +++ b/js/typescript/foundation.d.ts @@ -494,3 +494,7 @@ declare var Foundation: FoundationSites.FoundationSitesStatic; declare module "Foundation" { export = Foundation; } + +declare module "foundation-sites" { + export = Foundation; +} -- 2.47.2