Files
gpx.studio/gpx/tsconfig.json

12 lines
222 B
JSON
Raw Permalink Normal View History

2024-04-15 14:26:34 +02:00
{
"compilerOptions": {
2024-05-04 02:18:07 +02:00
"module": "ES2020",
"target": "ES2015",
2024-04-15 14:26:34 +02:00
"declaration": true,
"outDir": "./dist",
2024-05-04 02:18:07 +02:00
"moduleResolution": "node",
2024-04-15 14:26:34 +02:00
},
"include": [
2024-07-23 11:20:31 +02:00
"src"
2024-04-15 14:26:34 +02:00
],
}