Skip to content

Commit

Permalink
chore: Revert target and module to ES6
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Jul 27, 2023
1 parent 30a0a95 commit 1bab465
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,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"target": "ES6",
"module": "ES6",
"lib": ["ESNext"],
"declaration": false,
"esModuleInterop": true,
Expand Down

0 comments on commit 1bab465

Please sign in to comment.