database-petani-mobile/node_modules/@tanstack/react-query/build/query-codemods/tsconfig.json
2026-02-23 16:39:35 +07:00

9 lines
165 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "*.config.*", "package.json"]
}