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/*"],