Skip to content

Commit be3746f

Browse files
authored
fix: stop node types from leaking into browser (TanStack#10302)
1 parent e79176a commit be3746f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.changeset/two-cameras-wear.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@tanstack/preact-query': patch
3+
'@tanstack/react-query': patch
4+
'@tanstack/solid-query': patch
5+
---
6+
7+
fix: stop node types from leaking into browser

packages/preact-query/tsconfig.prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"incremental": false,
55
"composite": false,
66
"rootDir": "../../"
7-
}
7+
},
8+
"exclude": ["src/__tests__"]
89
}

packages/react-query/tsconfig.prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"incremental": false,
55
"composite": false,
66
"rootDir": "../../"
7-
}
7+
},
8+
"exclude": ["src/__tests__"]
89
}

packages/solid-query/tsconfig.prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"incremental": false,
55
"composite": false,
66
"rootDir": "../../"
7-
}
7+
},
8+
"exclude": ["src/__tests__"]
89
}

0 commit comments

Comments
 (0)