fix: reduce unchecked type-cast

This commit is contained in:
JellyBrick
2023-09-30 08:35:16 +09:00
parent f532398a9c
commit 72660f5aa1
15 changed files with 256 additions and 178 deletions

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"lib": ["dom", "es2022"],
"lib": ["dom", "dom.iterable", "es2022"],
"module": "CommonJS",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,