{ "extends": "@tsconfig/vite-react/tsconfig.json", "compilerOptions": { // Temporary loosen the type checking until we can address all the errors. "jsx": "preserve", "allowJs": true, "strict": false, // Allow importing pages with the .tsx extension. "allowImportingTsExtensions": true }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }