init commit
This commit is contained in:
10
jsconfig.json
Normal file
10
jsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
// other options...
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"three/webgpu": ["node_modules/three/build/three.webgpu.js"],
|
||||
"three/tsl": ["node_modules/three/build/three.tsl.js"],
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user