mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"target": "ES2015",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"moduleResolution": "node",
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test"
|
|
],
|
|
} |