{ "extends": "../../tsconfig.base.json", "compilerOptions": { "jsx": "react-jsx", "module": "ESNext", "moduleResolution": "Bundler", "types": [ "vite/client" ], "noEmit": true }, "include": [ "src" ] }