diff --git a/tsconfig.json b/tsconfig.json index f3b01fe..8140a72 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "target": "ES2019", "module": "commonjs", - "sourceMap": true, "strict": true, "esModuleInterop": true }