🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist-ts",
"rootDir": ".",
"baseUrl": ".",
"jsx": "react-jsx"
},
"include": [
"src",
"test-setup.ts",
"*.config.js",
"*.config.ts",
"package.json"
],
"references": [{ "path": "../query-devtools" }, { "path": "../react-query" }]
}