{ "extends": "./tsconfig.app.json", "include": ["playwright", "src/**/*", "tests/**/*"], "compilerOptions": { "allowJs": true, "composite": true, "lib": [], "jsx": "react-jsx", "types": ["node"] } }