From 247fae0434fb3e495f7ec3518da19a25a3be1704 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 28 Aug 2023 13:47:03 -0700 Subject: [PATCH] feat: ship source maps (#223) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 55ebbee..1db5a90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "strict": true, + "sourceMap": true, "target": "ES2022", "rootDir": ".", "outDir": "build",