From b6636371891854ebc435e3ff8a0684ec877f4bc8 Mon Sep 17 00:00:00 2001 From: Bugs5382 Date: Mon, 24 Jun 2024 08:47:20 -0400 Subject: [PATCH] chore: remove sourcemap --- tsconfig.esm.json | 2 +- tsconfig.types.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.esm.json b/tsconfig.esm.json index 26fc9aa..deefea5 100644 --- a/tsconfig.esm.json +++ b/tsconfig.esm.json @@ -4,6 +4,6 @@ "module": "ESNext", "outDir": "./lib/esm", "declaration": true, - "sourceMap": true + "sourceMap": false } } diff --git a/tsconfig.types.json b/tsconfig.types.json index 2bf927d..b21927f 100644 --- a/tsconfig.types.json +++ b/tsconfig.types.json @@ -3,6 +3,7 @@ "compilerOptions": { "declaration": true, "emitDeclarationOnly": true, - "outDir": "./lib/types" + "outDir": "./lib/types", + "sourceMap": false } }