cesium-plot-js/tsconfig.node.json

14 lines
273 B
JSON
Raw 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": {
"@examples/*": ["./examples/*"]
}
2023-08-08 07:41:52 +00:00
},
"include": ["vite.config.ts"]
}