Skip to content

Commit

Permalink
revert es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 6, 2025
1 parent 108d40b commit 5a9b2d4
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 @@
"compilerOptions": {
"moduleResolution": "Bundler",
"module": "ESNext",
"target": "ESNext",
"target": "ES2015",
"types": ["node", "jest"],
// Tells TypeScript to read JS files, as
// normally they are ignored as source files
Expand Down

0 comments on commit 5a9b2d4

Please sign in to comment.