Skip to content

Commit

Permalink
Merge pull request #333 from bosh-code/fix-sourcemaps
Browse files Browse the repository at this point in the history
Fix sourcemap loading issues
  • Loading branch information
riderx committed Mar 20, 2024
2 parents e26b868 + 752a9f3 commit 372382d
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 @@ -3,6 +3,7 @@
"allowUnreachableCode": false,
"declaration": true,
"esModuleInterop": true,
"inlineSources": true,
"lib": ["dom", "es2017"],
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit 372382d

Please sign in to comment.