Skip to content

Commit

Permalink
fix(compilation): renable sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Jun 12, 2020
1 parent 6944189 commit 0ed2f4e
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 @@
"noUnusedLocals": true,
"rootDir": "src",
"outDir": "dist",
"sourceMap": true,
"lib": ["es2020"],
"skipLibCheck": true,
"strict": true
Expand Down

0 comments on commit 0ed2f4e

Please sign in to comment.