diff --git a/apps/api/tsconfig.json b/apps/api/tsconfig.json index f036200b3..19b38b3ef 100644 --- a/apps/api/tsconfig.json +++ b/apps/api/tsconfig.json @@ -6,8 +6,8 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "outDir": "dist", - "rootDir": "src", + "noEmit": true, + "allowImportingTsExtensions": true, "types": ["bun-types"] }, "include": ["src/**/*.ts", "scripts/**/*.ts", "drizzle.*.config.ts"]