Files
bo3-js/jsconfig.json

10 lines
226 B
JSON
Raw Permalink Normal View History

2025-10-12 18:03:20 +02:00
{
"compilerOptions": {
// other options...
"baseUrl": ".",
"paths": {
"three/webgpu": ["node_modules/three/build/three.webgpu.js"],
"three/tsl": ["node_modules/three/build/three.tsl.js"],
},
}
}