diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-16 13:19:22 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-16 13:19:22 +0200 |
| commit | be78280c669a04c112afaf1801f22ed2eec7c55a (patch) | |
| tree | 0d630af1d0502aae12b1a8cf4ee609a9cba9e4e3 /web/types | |
| parent | e7bd55d20974f4ee5b892cd2e81c62b5c5408920 (diff) | |
refactor(web): establish JavaScript module tooling
Diffstat (limited to 'web/types')
| -rw-r--r-- | web/types/global.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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"); +} |