Skip to content

Commit b18bc94

Browse files
committed
try without references?
1 parent e0d16c2 commit b18bc94

File tree

8 files changed

+5
-25
lines changed

8 files changed

+5
-25
lines changed

packages/angular-query-experimental/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
"target": "ES2022",
1313
"types": ["vitest/globals"]
1414
},
15-
"include": ["src", "*.config.js", "*.config.ts", "package.json"],
16-
"references": [{ "path": "../query-core" }, { "path": "../query-devtools" }]
15+
"include": ["src", "*.config.js", "*.config.ts", "package.json"]
1716
}

packages/query-sync-storage-persister/tsconfig.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@
66
"baseUrl": ".",
77
"moduleResolution": "Bundler"
88
},
9-
"include": ["src", "*.config.js", "*.config.ts", "package.json"],
10-
"references": [
11-
{ "path": "../query-core" },
12-
{ "path": "../query-persist-client-core" }
13-
]
9+
"include": ["src", "*.config.js", "*.config.ts", "package.json"]
1410
}

packages/react-query-persist-client/tsconfig.json

-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@
1313
"*.config.js",
1414
"*.config.ts",
1515
"package.json"
16-
],
17-
"references": [
18-
{ "path": "../query-persist-client-core" },
19-
{ "path": "../react-query" }
2016
]
2117
}

packages/solid-query-persist-client/tsconfig.json

-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@
1414
"*.config.js",
1515
"*.config.ts",
1616
"package.json"
17-
],
18-
"references": [
19-
{ "path": "../query-persist-client-core" },
20-
{ "path": "../solid-query" }
2117
]
2218
}

packages/solid-query/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
"*.config.js",
1515
"*.config.ts",
1616
"package.json"
17-
],
18-
"references": [{ "path": "../query-core" }]
17+
]
1918
}

packages/svelte-query-persist-client/tsconfig.json

-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,5 @@
1616
"*.config.js",
1717
"*.config.ts",
1818
"package.json"
19-
],
20-
"references": [
21-
{ "path": "../query-persist-client-core" },
22-
{ "path": "../svelte-query" }
2319
]
2420
}

packages/svelte-query/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@
1616
"*.config.js",
1717
"*.config.ts",
1818
"package.json"
19-
],
20-
"references": [{ "path": "../query-core" }]
19+
]
2120
}

packages/vue-query/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
"*.config.js",
1313
"*.config.ts",
1414
"package.json"
15-
],
16-
"references": [{ "path": "../query-core" }]
15+
]
1716
}

0 commit comments

Comments
 (0)