This commit is contained in:
Dennis Postma 2025-02-07 02:11:18 +01:00
parent 209f474575
commit 3265bf7823

View File

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