build: remove explicit strict options

Those options are enabled by default, they don't need to be explicit.
This commit is contained in:
Matthieu Riegler
2026-08-06 00:26:40 +02:00
committed by Matthew Beck
parent acdac1cb89
commit 9cf7b44f7c
46 changed files with 66 additions and 165 deletions
@@ -5,7 +5,6 @@
"types": ["node"],
"lib": ["es2021"],
"experimentalDecorators": true,
"strict": true,
"skipLibCheck": true,
"noImplicitOverride": true,
"esModuleInterop": true,
@@ -13,4 +12,4 @@
"declaration": true,
"sourceMap": true
}
}
}