chore: use @tsconfig/node24

This commit is contained in:
WebStreamr 2025-12-22 09:17:34 +00:00
parent a80b06ee68
commit ec06caebfd
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"extends": "@tsconfig/node24/tsconfig.json",
"compilerOptions": {
"alwaysStrict": true,
"esModuleInterop": true,