From 04fc154ed5e55a7f525cf163eadb67cab28ee22b Mon Sep 17 00:00:00 2001 From: leegeunhyeok Date: Sat, 30 Dec 2023 01:02:04 +0900 Subject: [PATCH] chore: update tsconfig --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d828db8f..5211967a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,12 +5,12 @@ "module": "commonjs", "declaration": true, "noImplicitAny": false, - "removeComments": true, + "removeComments": false, "noLib": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es6", - "sourceMap": true, + "sourceMap": false, "strictNullChecks": true, "strictBindCallApply": true, "esModuleInterop": true,