From 38696be69e23986007f3634d4a7c392c50c6614f Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 3 Feb 2024 12:51:31 +0100 Subject: [PATCH] fix: don't generate sourcemap on build, close #831 (#1113) --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9ccaf5c66..39f39ff98 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,10 +12,7 @@ "noPropertyAccessFromIndexSignature": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, - - "composite": true, - "declarationMap": true, - "sourceMap": true + "composite": true }, "references": [{ "path": "packages/parse5/tsconfig.json" }], "typedocOptions": {