cesium-plot-js/tsconfig.node.json

14 lines
268 B
JSON
Raw Permalink Normal View History

2023-08-08 07:41:52 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
2023-08-22 12:07:59 +00:00
"allowSyntheticDefaultImports": true,
"paths": {
2024-02-23 07:41:39 +00:00
"@examples/*": ["debug/*"]
2023-08-22 12:07:59 +00:00
}
2023-08-08 07:41:52 +00:00
},
"include": ["vite.config.ts"]
}