Skip to content

Commit

Permalink
Fix type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jan 4, 2024
1 parent 604ab9e commit e1c7284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "esnext",
"module": "es2015",
"moduleResolution": "node",
"module": "node16",
"moduleResolution": "node16",
"strict": true,
"noEmit": true,
"lib": [
Expand Down

0 comments on commit e1c7284

Please sign in to comment.