diff --git a/template/apps/api/tsconfig.json b/template/apps/api/tsconfig.json index 4e3bf928a..edef5f41f 100644 --- a/template/apps/api/tsconfig.json +++ b/template/apps/api/tsconfig.json @@ -2,10 +2,11 @@ "extends": "tsconfig/nodejs.json", "compilerOptions": { "jsx": "react", // for using Mailer - "baseUrl": "src", "rootDir": ".", "outDir": "dist", - + "paths": { + "*": ["./src/*"], + }, "allowSyntheticDefaultImports": true, "esModuleInterop": true },