From 7e16f7fac8b4d7f84ff0277a56ef65a5b3b387b9 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:08:47 +0000 Subject: [PATCH] chore(tsconfig): remove sourceMap --- .../software/amazon/smithy/typescript/codegen/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json index c8fd00e2403..1a48a101dc4 100644 --- a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json +++ b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json @@ -5,7 +5,6 @@ "target": "ES2018", "module": "commonjs", "strict": true, - "sourceMap": true, "downlevelIteration": true, "importHelpers": true, "noEmitHelpers": true,