Mute
90231cb2ae
a massive diff due to infrastructure work the completion pane moved to the left of chat no other intended changes for users
19 lines
294 B
JSON
19 lines
294 B
JSON
{
|
|
"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
|
|
}
|
|
}
|