Skip to content

Commit

Permalink
fix ts linter complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Jun 20, 2024
1 parent 007b018 commit aa0a822
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 @@ -4,7 +4,7 @@
"typeRoots": ["./node_modules/@types"],
"lib": ["es2015"],
"module": "commonjs",
"target": "es6",
"target": "es2020",
"esModuleInterop": true
}
}

0 comments on commit aa0a822

Please sign in to comment.