fix: ajout types node/mocha/vscode dans tsconfig pour TS 6
continuous-integration/drone/tag Build is passing

This commit is contained in:
2026-04-29 08:20:31 +02:00
parent 84d69cad92
commit 09c3aa6fa6
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -6,6 +6,11 @@
"lib": [
"ES2022"
],
"types": [
"node",
"mocha",
"vscode"
],
"sourceMap": true,
"rootDir": "src",
"strict": true /* enable all strict type-checking options */