{ "extends": "./tsconfig.base.json", "compilerOptions": { "jsx": "react", "noEmit": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "types": ["vite/client", "vite-plugin-pwa/client"] }, "include": [ "src", "types" ], "exclude": ["types/node"], "references": [ { "path": "./tsconfig.node.json" } ] }