Skip to content

Commit

Permalink
Updated the target for tsconfig to build to
Browse files Browse the repository at this point in the history
  • Loading branch information
DownUndaDev committed Jul 11, 2024
1 parent 09d4a4f commit ef5e5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"target": "esnext",
"module": "commonjs",
"lib": ["es2017", "dom"],
"skipLibCheck": true,
Expand Down

0 comments on commit ef5e5c9

Please sign in to comment.