first gpx file on map

This commit is contained in:
vcoppe
2024-04-16 22:57:28 +02:00
parent 76178e5c00
commit bd2d3eed66
7 changed files with 343 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"module": "ES6",
"target": "ES5",
"declaration": true,
"outDir": "./dist",
},