diff --git a/server/tsconfig.json b/server/tsconfig.json index bd6ad84..7936328 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -14,6 +14,10 @@ "noFallthroughCasesInSwitch": true, "moduleResolution": "node", + "baseUrl": "./src", + "paths": { + "@app/*": [ "./*" ] + }, "esModuleInterop": true, "resolveJsonModule": true