From 339d353163d983aeae780ae45d6c199daeb328af Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Sun, 3 Dec 2023 21:19:33 +0900 Subject: [PATCH] refactor: remove maps --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index bd8a42f..3546de1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,11 +2,11 @@ "compilerOptions": { "module": "commonjs", "target": "ES2021", - "sourceMap": true, + "sourceMap": false, "outDir": "./dist/lib", "rootDir": "./src", "declaration": true, - "declarationMap": true, + "declarationMap": false, "experimentalDecorators": true, "emitDecoratorMetadata": true }, @@ -14,4 +14,4 @@ "node_modules", "dist", ], -} \ No newline at end of file +}