From 0929a608d3db420f9ac9d15ed6327e83e57f0c55 Mon Sep 17 00:00:00 2001 From: Terence Honles Date: Tue, 28 Oct 2025 18:10:54 +0100 Subject: [PATCH] fix reference to TypeScript file in esm source maps --- lib/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tsconfig.json b/lib/tsconfig.json index 86f7dba..9f3a5ef 100644 --- a/lib/tsconfig.json +++ b/lib/tsconfig.json @@ -4,6 +4,7 @@ "allowSyntheticDefaultImports": true, "declaration": true, "esModuleInterop": true, + "inlineSources": true, "lib": ["dom", "es2017"], "module": "esnext", "moduleResolution": "node",