mirror of
https://github.com/ethan-zf/cesium-plot-js.git
synced 2025-06-23 19:17:29 +00:00
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"@examples/*": ["./examples/*"]
|
|
}
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|