Skip to content

Commit

Permalink
Ensure sources are inlined
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Oct 17, 2020
1 parent 5596e87 commit 7e1f20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -8,6 +8,7 @@
"allowJs": true,
"jsx": "react",
"sourceMap": true,
"inlineSources": true,
"outDir": "./dist",
"strict": true,
"rootDir": "./src",
Expand Down

0 comments on commit 7e1f20e

Please sign in to comment.