official website update

This commit is contained in:
Fabrice LAMANT
2026-02-04 09:28:16 +01:00
parent d48d904f95
commit b7e4dc2ae4
11 changed files with 469 additions and 359 deletions

View File

@@ -22,6 +22,7 @@
"exactOptionalPropertyTypes": true,
// Style Options
"noImplicitAny": false,
// "noImplicitReturns": true,
// "noImplicitOverride": true,
// "noUnusedLocals": true,
@@ -36,6 +37,6 @@
"isolatedModules": true,
"noUncheckedSideEffectImports": true,
"moduleDetection": "force",
"skipLibCheck": true,
"skipLibCheck": true
}
}