{ "type": "module", "compilerOptions": { "jsx": "react-jsx", "allowJs": false, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, "types": ["vite/client"], "baseUrl": ".", }, "files": [], "include": ["vite.config.ts"], "references": [ { "path": "./tsconfig.lib.json" } ], "extends": "../../tsconfig.base.json" }