This commit is contained in:
2025-12-12 14:23:40 +01:00
parent 6a88fe93ab
commit 2cd3bfbb47
58 changed files with 2866 additions and 260 deletions

View File

@@ -5,6 +5,7 @@
"lib": ["ES2022", "DOM"],
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "react-jsx",
"strict": true,
"noImplicitAny": true,
"noImplicitThis": true,
@@ -12,7 +13,7 @@
"alwaysStrict": true,
"exactOptionalPropertyTypes": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": false,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"isolatedModules": true,