{ "extends": "../tsconfig.base.json", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact", "lib": ["ES2020", "DOM", "DOM.Iterable"], "types": ["vite/client"], "noEmit": true }, "include": ["src/**/*"] }