From 86b2ba34953de6ec1f489f464abe925af36677cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Gran=C3=A1t?= Date: Thu, 4 Jun 2026 19:22:21 +0200 Subject: [PATCH] fix: remove sourcemaps --- lib/tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/tsconfig.json b/lib/tsconfig.json index 073fbd2..eeda6e4 100644 --- a/lib/tsconfig.json +++ b/lib/tsconfig.json @@ -7,6 +7,10 @@ "rootDir": "./", "noEmit": false, "jsx": "react-jsx", + "sourceMap": false, + "declarationMap": false, + "inlineSources": false, + "inlineSourceMap": false, "paths": { "@test-utils": ["./tests/test-utils.ts"] }