| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "outDir": "./dist-ts", | |
| "rootDir": ".", | |
| "jsx": "preserve", | |
| "jsxImportSource": "solid-js" | |
| }, | |
| "include": [ | |
| "src", | |
| "test-setup.ts", | |
| "*.config.js", | |
| "*.config.ts", | |
| "package.json" | |
| ], | |
| "references": [{ "path": "../query-core" }] | |
| } | |