init gpx library

This commit is contained in:
vcoppe
2024-04-15 14:26:34 +02:00
parent 396aa9a765
commit f724467295
20 changed files with 9266 additions and 0 deletions

12
gpx/tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"declaration": true,
"outDir": "./dist",
},
"include": [
"src",
"test"
],
}