tsconfig.json: generate sourcemaps for typescript files

This commit is contained in:
Sanne Raymaekers 2024-11-15 12:50:42 +01:00 committed by Klara Simickova
parent 4b16cf3c98
commit 08950749d0

View file

@ -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"],