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