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": {
|
2024-08-18 01:12:10 +00:00
|
|
|
"target": "es2023",
|
|
|
|
"allowJs": true,
|
2024-06-29 17:09:25 +00:00
|
|
|
"checkJs": true,
|
2024-08-18 01:12:10 +00:00
|
|
|
"allowUnreachableCode": false,
|
|
|
|
"allowUnusedLabels": false,
|
|
|
|
"exactOptionalPropertyTypes": true,
|
|
|
|
"noImplicitOverride": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"strict": true,
|
|
|
|
"noEmit": true
|
2024-06-29 17:09:25 +00:00
|
|
|
}
|
|
|
|
}
|