mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-01 08:12:32 +00:00
12 lines
201 B
JSON
12 lines
201 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "ES6",
|
||
|
"declaration": true,
|
||
|
"outDir": "./dist",
|
||
|
},
|
||
|
"include": [
|
||
|
"src",
|
||
|
"test"
|
||
|
],
|
||
|
}
|