fix: TypeScript-Fehler behoben (stockfish types, null-Typ)

This commit is contained in:
Michess
2026-04-13 10:30:54 +02:00
parent 50464981c2
commit b79a442b0c
3 changed files with 14 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
"skipLibCheck": true,
"typeRoots": ["./src/types", "./node_modules/@types"]
},
"include": ["src/**/*"]
}