I still don't know why part 2 doesn't work. Will check tmrw when I have time.

Change-Id: I83d9ddeb428b2c3317d13472f40d9c0e475de227
Reviewed-on: https://git.clicks.codes/c/Coded/AoC2023/+/164
diff --git a/tsconfig.json b/tsconfig.json
index dfe48b8..fa72959 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,6 +15,7 @@
     "allowSyntheticDefaultImports": true,
     "forceConsistentCasingInFileNames": true,
     "allowJs": true,
+    "sourceMap": true,
     "types": [
       "bun-types" // add Bun global
     ]