mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-22 07:52:14 +01:00
Use TypeScript config for NodeJS 20
This commit is contained in:
parent
c541b3cc38
commit
02510bde1f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"lib": ["es2023"],
|
"lib": ["es2023"],
|
||||||
"module": "node16",
|
"module": "nodenext",
|
||||||
"target": "es2022",
|
"target": "es2022",
|
||||||
|
|
||||||
"strict": true,
|
"strict": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue