Renderer/tsconfig.json
austin 3988f256af
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
tsconfig update
2025-05-16 10:48:05 -04:00

10 lines
170 B
JSON

{
"compilerOptions": {
"paths" : {
"/*" : [
"./assets/*"
],
},
"outDir" : ".cache/tscache/src"
}
}