From e44903d50cfe4b14fbbc7665afee6f48905c3191 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Sat, 20 Apr 2024 01:08:12 -0700 Subject: [PATCH] =?UTF-8?q?no=20maps=20=3D=20lighter=20build=20?= =?UTF-8?q?=F0=9F=92=AA=F0=9F=8F=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 017e8d542..2431e1205 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,12 +7,15 @@ "esModuleInterop": true, "target": "es2022", "module": "es2022", - "lib": ["es2022", "DOM"], - "sourceMap": true, + "lib": [ + "es2022", + "DOM" + ], + "sourceMap": false, "isolatedModules": true, "allowJs": true, "downlevelIteration": true, "moduleResolution": "node", "resolveJsonModule": true } -} +} \ No newline at end of file