Skip to content

Commit

Permalink
fix: remove explicit outDir
Browse files Browse the repository at this point in the history
This suppresses ts errors about the declaration file.

This release fixes:
fixes: yan-foto#65
&
fixes: yan-foto#61
  • Loading branch information
josheleonard committed Mar 18, 2020
1 parent 69a9e47 commit 2452dd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"noErrorTruncation": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": ".",
"removeComments": false,
"skipLibCheck": true,
"sourceMap": true,
Expand Down

0 comments on commit 2452dd3

Please sign in to comment.