From be78280c669a04c112afaf1801f22ed2eec7c55a Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Sun, 16 Aug 2026 13:19:22 +0200 Subject: refactor(web): establish JavaScript module tooling --- web/types/global.d.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 web/types/global.d.ts (limited to 'web/types/global.d.ts') diff --git a/web/types/global.d.ts b/web/types/global.d.ts new file mode 100644 index 0000000..2f4a39b --- /dev/null +++ b/web/types/global.d.ts @@ -0,0 +1,3 @@ +interface Window { + L?: typeof import("leaflet"); +} -- cgit v1.2.3