Skip to content

Commit

Permalink
Update typescript configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
niuware committed Sep 22, 2021
1 parent d7646e2 commit b88446f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "CommonJS",
"moduleResolution": "node",
"target": "es5",
"target": "ES5",
"strict": true,
"sourceMap": true,
"esModuleInterop": true,
Expand Down

0 comments on commit b88446f

Please sign in to comment.