Organize into folders

This commit is contained in:
Endeavorance 2025-03-10 20:58:11 -04:00
parent 84b8f1c9d6
commit 2e0d4b45ea
12 changed files with 121 additions and 64 deletions

View file

@ -22,6 +22,18 @@
// Some stricter flags (disabled by default)
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
"noPropertyAccessFromIndexSignature": false,
"baseUrl": "./src",
"paths": {
"#lib/*": [
"./lib/*"
],
"#renderers/*": [
"./renderers/*"
],
"#util/*": [
"./util/*"
],
}
}
}