Skip to content

Commit

Permalink
Merge pull request #626 from 3flex/patch-2
Browse files Browse the repository at this point in the history
Set TypeScript target to ES2015
  • Loading branch information
nielsvanvelzen authored Oct 21, 2024
2 parents 9c76742 + 65c91a9 commit 7335724
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,9 +1,9 @@
{
"compilerOptions": {
"target": "ES2018",
"target": "ES2015",
"module": "ESNext",
"moduleResolution": "Node",
"lib": ["dom", "ESNext"],
"lib": ["dom", "ES2015"],
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"allowJs": true,
Expand Down

0 comments on commit 7335724

Please sign in to comment.