diff --git a/tsconfig.json b/tsconfig.json index aab1da8181914d73634e0d5eda3c23ae2eeaffbe..a21aba9e3a2989237d7434843c229e69c1123604 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "allowJs": true, "checkJs": false, "module": "commonjs", - "sourceMap": true + "sourceMap": false }, "include": ["./lib/**/*"], "exclude": ["node_modules", "./.cache", "./dist"]