Skip to content

Commit

Permalink
tsconfig.test.json: match fastify-tsconfig by targeting es2022
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Jul 12, 2024
1 parent 850a002 commit 4e5e3a0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
"outDir": "dist-test",
"sourceMap": true,
"lib": [
"es2018"
"es2022"
],
"target": "es2018"
"target": "es2022"
},
"include": ["./package.json", "./src", "./test"]
"include": [
"./package.json",
"./src",
"./test"
]
}

0 comments on commit 4e5e3a0

Please sign in to comment.