dev.12: R105 fixes

a massive diff due to infrastructure work
the completion pane moved to the left of chat
no other intended changes for users
This commit is contained in:
2024-06-29 17:09:25 +00:00
parent b0961f4fb8
commit 90231cb2ae
6 changed files with 1633 additions and 1202 deletions

18
jsconfig.json Normal file
View File

@@ -0,0 +1,18 @@
{
"include": [
"node_modules/bc-stubs/bc/**/*.d.ts",
"node_modules/bondage-club-mod-sdk/dist/**/*.d.ts",
"typedef.d.ts",
"mbchc.mjs",
"server.js"
],
"compilerOptions": {
"lib": [
"es2022",
"DOM"
],
"checkJs": true,
"strict": false,
"noImplicitOverride": true
}
}