1
0
forked from noxious/server

Build fix attempt

This commit is contained in:
2025-02-07 01:48:42 +01:00
parent cf3b274cd3
commit 4ace8c1e84
4 changed files with 9 additions and 5 deletions

View File

@ -14,6 +14,10 @@
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
// Output
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": ".",
"paths": {
"#application/*": ["./src/application/*"],