{ "extends": "../../tsconfig.base.json", "compilerOptions": { "jsx": "react-jsx", "moduleResolution": "bundler", "allowJs": false, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, "types": ["vite/client", "node"], "paths": { "@/*": ["./src/*"], "src/*": ["./src/*"] } }, "include": ["src/**/*.ts", "src/**/*.tsx", "vite.config.ts"] }