add minimal TS bundler

This commit is contained in:
Matteo Rosati
2026-02-11 15:15:27 +01:00
parent a3ef6cf84c
commit 787bdede87
8 changed files with 100 additions and 19 deletions

View File

@@ -1,5 +1,10 @@
{
"dependencies": {
"@types/maplibre-gl": "^1.14.0"
"@types/maplibre-gl": "^1.14.0",
"esbuild": "^0.27.3"
},
"scripts": {
"dev": "bun run build.js --dev",
"build": "bun run build.js"
}
}
}