Skip to content

Commit

Permalink
fix: transform TypeScript to EsNext
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 21, 2024
1 parent 0cb2cad commit a6e4aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"declarationDir": "",
"downlevelIteration": true,
"allowSyntheticDefaultImports": true,
"lib": ["ESNext", "DOM"]
"lib": ["ESNext", "DOM"],
"target": "ESNext",
}
}

0 comments on commit a6e4aeb

Please sign in to comment.