build(deps-dev): bump dev-dependencies group with 8 updates

Includes TypeScript 5→6 migration: moduleResolution node→bundler.
This commit is contained in:
Julien Herr
2026-05-22 17:35:01 +02:00
parent 03d069bfa3
commit 3ccbd876b6
3 changed files with 1079 additions and 1204 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2021",
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"esModuleInterop": true,
"strict": true,
"lib": ["ES2021"],