2024-06-29 17:09:25 +00:00
|
|
|
{
|
|
|
|
"include": [
|
|
|
|
"node_modules/bc-stubs/bc/**/*.d.ts",
|
|
|
|
"node_modules/bondage-club-mod-sdk/dist/**/*.d.ts",
|
2024-07-13 21:55:45 +00:00
|
|
|
"ambient.d.ts",
|
2024-06-29 17:09:25 +00:00
|
|
|
"mbchc.mjs",
|
|
|
|
"server.js"
|
|
|
|
],
|
|
|
|
"compilerOptions": {
|
|
|
|
"lib": [
|
|
|
|
"es2022",
|
|
|
|
"DOM"
|
|
|
|
],
|
|
|
|
"checkJs": true,
|
|
|
|
"strict": false,
|
2024-07-13 21:55:45 +00:00
|
|
|
"strictNullChecks": true,
|
2024-06-29 17:09:25 +00:00
|
|
|
"noImplicitOverride": true
|
|
|
|
}
|
|
|
|
}
|