{ "compilerOptions": { "allowSyntheticDefaultImports": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "declaration": true, "esModuleInterop": true, "exactOptionalPropertyTypes": true, "incremental": true, "isolatedDeclarations": true, "jsx": "react", "jsxFactory": "jsx.createElement", "jsxFragmentFactory": "jsx.Fragment", "libReplacement": false, "module": "CommonJS", "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "noImplicitReturns": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "noUncheckedSideEffectImports": true, "noUnusedLocals": true, "outDir": "build", "paths": { "autotests": ["./autotests/index.ts"], "autotests/*": ["./autotests/*"] }, "preserveConstEnums": true, "resolveJsonModule": true, "rootDir": ".", "skipLibCheck": false, "strict": true, "stripInternal": true, "target": "ES2024", "types": ["node"], "useDefineForClassFields": true }, "include": [ "./autotests/**/*.ts", "./node_modules/e2ed/**/*.ts", "./scripts/**/*.ts", "./src/**/*.ts", "./src/utils/report/**/*.tsx" ] }