tsconfig.json: generate sourcemaps for typescript files
This commit is contained in:
parent
4b16cf3c98
commit
08950749d0
1 changed files with 1 additions and 0 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue