Skip to content

Commit

Permalink
Update module system to ES2020 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjanitsch authored Mar 16, 2023
1 parent efb5fa6 commit c6c8af1
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 @@ -5,7 +5,7 @@
"incremental": true,
"isolatedModules": true,
"jsx": "react-jsx",
"module": "esnext",
"module": "ES2020",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit c6c8af1

Please sign in to comment.