add minimal TS bundler
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user