1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-21 23:52:12 +01:00

Use TypeScript config for NodeJS 20

This commit is contained in:
Jozef Izso 2026-03-02 14:25:51 +01:00
parent c541b3cc38
commit 02510bde1f
Failed to extract signature

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["es2023"],
"module": "node16",
"module": "nodenext",
"target": "es2022",
"strict": true,