{ "extends": "../../tsconfig.json", "compilerOptions": { "jsx": "preserve", "jsxImportSource": "solid-js", "moduleResolution": "Bundler", "paths": { "@tanstack/query-core": ["../query-core/src"] } }, "include": ["src", "eslint.config.js", "tsup.config.js", "vite.config.ts"] }