Mute
16308eccf1
[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.
20 lines
322 B
JSON
20 lines
322 B
JSON
{
|
|
"include": [
|
|
"node_modules/bc-stubs/bc/**/*.d.ts",
|
|
"node_modules/bondage-club-mod-sdk/dist/**/*.d.ts",
|
|
"ambient.d.ts",
|
|
"mbchc.mjs",
|
|
"server.js"
|
|
],
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2022",
|
|
"DOM"
|
|
],
|
|
"checkJs": true,
|
|
"strict": false,
|
|
"strictNullChecks": true,
|
|
"noImplicitOverride": true
|
|
}
|
|
}
|