Renderer/tsconfig.json
austin 94c19d7990
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
scripting work
2024-07-10 15:27:05 -04:00

9 lines
129 B
JSON

{
"compilerOptions": {
"paths" : {
"/*" : [
"./assets/*"
],
}
}
}