{ "extends": "../../tsconfig.base.json", "compilerOptions": { "lib": ["DOM", "ESNext"], "types": ["vite/client"] }, "exclude": [ "**/dist/**" ] }