Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Commit 224c0db

Browse files
committed
fix: inline source code in esm map files
1 parent f80f505 commit 224c0db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"allowUnreachableCode": false,
44
"declaration": true,
55
"esModuleInterop": true,
6+
"inlineSources": true,
67
"lib": ["dom", "es2017"],
78
"module": "esnext",
89
"moduleResolution": "node",

0 commit comments

Comments
 (0)