Skip to content

Commit

Permalink
env: add sourceroot in tsconfig file
Browse files Browse the repository at this point in the history
Signed-off-by: dittrichlucas <[email protected]>
  • Loading branch information
dittrichlucas committed Nov 5, 2021
1 parent 16eeed7 commit 67a7908
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 @@
"jsx": "react",
"declaration": true,
"sourceMap": true,
"sourceRoot": "./",
"outDir": "./dist",
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 67a7908

Please sign in to comment.