105.13.0 semver; settings migration

[lots of internal change]
I'm determined to clean this mess up after all.
Instead of a total rewrite (which didn't work), I'll migrate the
code to JSDoc piece by piece. This is the first piece, setting up
some basic framework and testing out this and that.
Until I figure out how test this thing, I'll just ask peeps to import
the module from testing branch I guess.
Probably not gonna deal with anything new until I can turn "strict" on.
This commit is contained in:
2024-07-13 21:55:45 +00:00
parent 90231cb2ae
commit 16308eccf1
6 changed files with 6106 additions and 6030 deletions

View File

@@ -2,7 +2,7 @@
"include": [
"node_modules/bc-stubs/bc/**/*.d.ts",
"node_modules/bondage-club-mod-sdk/dist/**/*.d.ts",
"typedef.d.ts",
"ambient.d.ts",
"mbchc.mjs",
"server.js"
],
@@ -13,6 +13,7 @@
],
"checkJs": true,
"strict": false,
"strictNullChecks": true,
"noImplicitOverride": true
}
}