10 lines
226 B
JSON
10 lines
226 B
JSON
{
|
|
"compilerOptions": {
|
|
// other options...
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"three/webgpu": ["node_modules/three/build/three.webgpu.js"],
|
|
"three/tsl": ["node_modules/three/build/three.tsl.js"],
|
|
},
|
|
}
|
|
} |