Skip to content

Commit 449a065

Browse files
committed
Add sourcemaps to our published bundles
1 parent 0ea9241 commit 449a065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"dom" // Workaround for missing web-compatible globals in `@types/node`
1212
],
1313
"target": "es2021",
14+
"sourceMap": true,
1415
"module": "es2022",
1516
"moduleResolution": "node",
1617
"noEmit": true,

0 commit comments

Comments
 (0)