mod should unload itself to avoid being visible; other changes are syntactic

This commit is contained in:
2024-07-12 00:58:51 +00:00
parent 1130b04947
commit 6cff644dc9
4 changed files with 71 additions and 51 deletions

View File

@@ -13,6 +13,13 @@
],
"checkJs": true,
"strict": true,
"noImplicitOverride": true
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}