diff --git a/tsconfig.json b/tsconfig.json index 7a2b32b927..41753e9eaf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "dom" // Workaround for missing web-compatible globals in `@types/node` ], "target": "es2021", + "sourceMap": true, "module": "es2022", "moduleResolution": "node", "noEmit": true,