diff --git a/tsconfig.base.json b/tsconfig.base.json index 48be0e2..f4907f8 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -2,7 +2,7 @@ "compileOnSave": false, "compilerOptions": { "rootDir": ".", - "sourceMap": true, + "sourceMap": false, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true,