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