{ "compilerOptions": { "target": "ESNext", "useDefineForClassFields": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": true, "skipLibCheck": false, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, "module": "ESNext", "moduleResolution": "Node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "baseUrl": ".", "paths": { "@web/*": ["../web/src/*"], "@playwright-core/*": ["../playwright-core/src/*"], }, "useUnknownInCatchVariables": false, }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }