Files
gpx.studio/gpx/tsconfig.json

11 lines
207 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",
"moduleResolution": "node"
2024-04-15 14:26:34 +02:00
},
"include": ["src"]
}