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",