This commit is contained in:
2024-03-19 09:02:58 +03:00
parent cc14105276
commit c9f3d4ee12
56 changed files with 995 additions and 121 deletions

View File

@@ -5,7 +5,8 @@
"lib": [
"ES2020",
"DOM",
"DOM.Iterable"
"DOM.Iterable",
"ESNext"
],
"module": "ESNext",
"skipLibCheck": true,
@@ -20,7 +21,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": false,
"allowSyntheticDefaultImports": true
},
"include": [