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 b15845d commit eccb509
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
@@ -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 eccb509

Please sign in to comment.