{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "target": "ES2023", "lib": ["ES2023"], "module": "nodenext", "skipLibCheck": true, "moduleResolution": "nodenext", "verbatimModuleSyntax": true, "moduleDetection": "force", "noEmit": false, "outDir": "./dist/backend", "strict": false, "noUnusedLocals": false, "noUnusedParameters": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": false, "noUncheckedSideEffectImports": false, "noImplicitAny": false, "noImplicitThis": false, "noImplicitReturns": false, "noUncheckedIndexedAccess": false, "exactOptionalPropertyTypes": false, "noPropertyAccessFromIndexSignature": false, "allowUnusedLabels": true, "allowUnreachableCode": true }, "include": ["src/backend/**/*.ts"] }