🤖 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": "preserve",
"jsxImportSource": "solid-js"
},
"include": ["src", "*.config.js", "*.config.ts", "package.json"],
"references": [{ "path": "../query-devtools" }, { "path": "../solid-query" }]
}