fix tsc configs, add realsilverbullets for 6666 bits

This commit is contained in:
2025-12-06 04:51:34 +01:00
parent c37d2f0a8b
commit afbf08f21a
15 changed files with 136 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
@@ -19,7 +19,8 @@
"suspicious": {
"noNonNullAssertedOptionalChain": "off",
"noExplicitAny": "off",
"noControlCharactersInRegex": "off"
"noControlCharactersInRegex": "off",
"noTsIgnore": "off"
},
"style": {
"noNonNullAssertion": "off"