This commit is contained in:
2025-11-07 00:46:35 +01:00
parent 2118f002d1
commit c3f837b90f
143 changed files with 4223 additions and 9686 deletions

View File

@@ -17,7 +17,6 @@
/* Linting */
"strict": true,
"noImplicitAny": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
@@ -25,4 +24,4 @@
"noUncheckedSideEffectImports": true
},
"include": ["src"]
}
}