1
0
Fork 0
mirror of synced 2026-06-05 13:04:04 +00:00

Use TypeScript config for NodeJS 20

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

View file

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