cesium-plot-js/tsconfig.node.json
2024-02-23 15:41:39 +08:00

14 lines
268 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"paths": {
"@examples/*": ["debug/*"]
}
},
"include": ["vite.config.ts"]
}