
- fixed path error when set base in vite config - fixed rebuildCesium option - bump cesium to 1.85.0 - bump vite to 2.5.6
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"extends": "@tsconfig/node12/tsconfig.json",
|
|
"include": [
|
|
"src"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"removeComments": false,
|
|
},
|
|
} |