Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions committed May 21, 2024
1 parent 87b6eef commit 8a14a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lib": [
"es2020"
],
"module": "CommonJS",
"module": "commonjs",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
Expand All @@ -26,7 +26,7 @@
"strictNullChecks": true,
"strictPropertyInitialization": true,
"stripInternal": false,
"target": "ES2020",
"target": "es2020",
"composite": false,
"tsBuildInfoFile": "lib/tsconfig.tsbuildinfo"
},
Expand Down

0 comments on commit 8a14a63

Please sign in to comment.