diff --git a/tsconfig.json b/tsconfig.json index 2c2ed3c..ba65b2c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, - "sourceMap": true, + "sourceMap": false, "strict": true, "moduleResolution": "bundler" }