Update to Node.js v24 (#10419)

This commit is contained in:
DS Boyce
2026-05-05 11:51:42 -07:00
committed by GitHub
parent cc5b215863
commit 6f4ae14f36
17 changed files with 302 additions and 160 deletions
+4 -1
View File
@@ -3,9 +3,12 @@
"target": "ESNext",
"module": "NodeNext",
"esModuleInterop": true,
"erasableSyntaxOnly": true,
"moduleResolution": "NodeNext",
"jsx": "react-jsx",
"outDir": "dist"
"rootDir": "./src",
"outDir": "dist",
"skipLibCheck": true
},
"include": ["./src/index.ts", "./src/bin.ts"]
}