Skip to content

Commit

Permalink
fix(ts): fix typescript output
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Jun 20, 2022
1 parent 3e9f5a4 commit 26d4339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"rootDir": ".",
"rootDir": "src",
"sourceMap": true,
"strict": true,
"target": "es2018"
Expand Down

0 comments on commit 26d4339

Please sign in to comment.