We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea9241 commit 207f4dcCopy full SHA for 207f4dc
tsconfig.json
@@ -11,6 +11,8 @@
11
"dom" // Workaround for missing web-compatible globals in `@types/node`
12
],
13
"target": "es2021",
14
+ "sourceMap": true,
15
+ "inlineSources": true,
16
"module": "es2022",
17
"moduleResolution": "node",
18
"noEmit": true,
0 commit comments