Skip to content

Commit

Permalink
chore: Changed TypeScript version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Oct 23, 2023
1 parent 500167e commit 420b2c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2021",
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"jsx": "preserve",
Expand All @@ -17,7 +17,5 @@
"strictNullChecks": true,
"useUnknownInCatchVariables": false
},
"include": [
"src/*.ts"
]
"include": ["src/*.ts"]
}

0 comments on commit 420b2c3

Please sign in to comment.