From 42ec840298be9a7816efde271b77d8e248a97a0a Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 28 Aug 2023 13:45:33 -0700 Subject: [PATCH] feat: ship source maps --- 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",