Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
fix for source maps error with create-react-app v5 #293 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed Mar 16, 2022
1 parent de3e92f commit 37f94f1
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 @@ -6,6 +6,7 @@
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"inlineSources": true,
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 37f94f1

Please sign in to comment.