diff --git a/tsconfig.json b/tsconfig.json index 1334a92c..e4b19912 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "target": "es5", "downlevelIteration": true, // Needed to allow iteration over some objects like Map() while target is es5 "jsx": "react-jsx", + "sourceMap": true, "allowJs": true, "moduleResolution": "node", "types": ["vitest/globals", "@testing-library/jest-dom"],