From 61a00d7bb8e34936453e46eb2cb4bea62fa72025 Mon Sep 17 00:00:00 2001 From: hayden Date: Fri, 8 Dec 2023 20:29:34 +0800 Subject: [PATCH] build: remove sourceMap --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2f3082a..4c1305d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "outDir": "./dist/", "baseUrl": "./", - "sourceMap": true, + "sourceMap": false, "allowJs":true, "target": "es6", "module": "ESNext",