Skip to content

Commit

Permalink
Bump tsconfig target
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Nov 28, 2023
1 parent 025e498 commit 423b335
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
{
"compilerOptions": {
"target": "es2019",
"target": "es2023",
"lib": [
"dom",
"es2015",
"es2016",
"es2017",
"es2018",
"es2019",
"es2020",
"es2021",
"esnext"
],
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"alwaysStrict": true,
"noImplicitThis": true,
"strict": true,
"removeComments": true,
Expand All @@ -24,7 +15,6 @@
"esModuleInterop": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"downlevelIteration": true,
"noUnusedLocals": true,
"useDefineForClassFields": true,
"resolveJsonModule": true
Expand Down

0 comments on commit 423b335

Please sign in to comment.