mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-30 15:20:01 +00:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"target": "ES2015",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["src"]
|
|
}
|