Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed Apr 11, 2022
1 parent e4b1a9e commit 5ff5c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"target": "es5",
"allowJs": true,
"moduleResolution": "node",
"noImplicitReturns": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
}
}

0 comments on commit 5ff5c3c

Please sign in to comment.