the-forest/client/node_modules/@tanstack/react-query/build/query-codemods/tsconfig.json
2024-09-17 20:35:18 -04:00

8 lines
161 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"moduleResolution": "Bundler"
},
"include": ["src", "eslint.config.js", "vite.config.ts"]
}