From 3265bf78235f990e0b9b53596a8e213d2b457094 Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Fri, 7 Feb 2025 02:11:18 +0100 Subject: [PATCH] almost --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0364086..124789e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,10 +19,10 @@ "noFallthroughCasesInSwitch": true, // Output + "baseUrl": "./src", + "rootDir": "./src", "outDir": "./dist", - "rootDir": ".", - "baseUrl": ".", "paths": { "#application/*": ["./src/application/*", "./dist/application/*"], "#commands/*": ["./src/commands/*", "./dist/commands/*"],