From bfa408d280ee2e7eb433724d1285fd14d5f8ca7b Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 7 Jun 2026 21:25:52 -0500 Subject: [PATCH] cleanup tsconfig --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 2615d46..6451ab2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,8 +2,6 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "./", - "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "strict": true,