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