Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: inline source code in esm map files (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haschtl authored Feb 27, 2022
1 parent 8d3b110 commit aeed0fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"esModuleInterop": true,
"lib": ["dom", "es2017"],
"module": "esnext",
"inlineSources": true,
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit aeed0fe

Please sign in to comment.