Skip to content
Merged
9 changes: 8 additions & 1 deletion packages/angular-query-experimental/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"strictStandalone": true,
"strictTemplates": true
},
"include": ["src", "scripts", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"scripts",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [{ "path": "../query-core" }, { "path": "../query-devtools" }]
}
8 changes: 7 additions & 1 deletion packages/angular-query-persist-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
"useDefineForClassFields": false,
"target": "ES2022"
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [
{ "path": "../angular-query-experimental" },
{ "path": "../query-persist-client-core" }
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "*.config.*", "package.json"]
"include": ["src", "*.config.ts", "*.config.js", "package.json"]
}
8 changes: 7 additions & 1 deletion packages/preact-query-devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [{ "path": "../query-devtools" }, { "path": "../preact-query" }]
}
8 changes: 7 additions & 1 deletion packages/preact-query-persist-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [
{ "path": "../query-persist-client-core" },
{ "path": "../preact-query" }
Expand Down
8 changes: 7 additions & 1 deletion packages/preact-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"jsx": "react-jsx",
"jsxImportSource": "preact"
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"]
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
]
}
2 changes: 1 addition & 1 deletion packages/query-async-storage-persister/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "*.config.*", "package.json"],
"include": ["src", "*.config.ts", "*.config.js", "package.json"],
"references": [{ "path": "../query-persist-client-core" }]
}
8 changes: 7 additions & 1 deletion packages/query-broadcast-client-experimental/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [{ "path": "../query-core" }]
}
2 changes: 1 addition & 1 deletion packages/query-codemods/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "*.config.*", "package.json"]
"include": ["src", "*.config.ts", "*.config.js", "package.json"]
}
2 changes: 1 addition & 1 deletion packages/query-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "*.config.*", "package.json"]
"include": ["src", "*.config.ts", "*.config.js", "package.json"]
}
2 changes: 1 addition & 1 deletion packages/query-devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"jsx": "preserve",
"jsxImportSource": "solid-js"
},
"include": ["src", "*.config.*", "package.json"],
"include": ["src", "*.config.ts", "*.config.js", "package.json"],
"references": [{ "path": "../query-core" }]
}
2 changes: 1 addition & 1 deletion packages/query-persist-client-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "*.config.*", "package.json"],
"include": ["src", "*.config.ts", "*.config.js", "package.json"],
"references": [{ "path": "../query-core" }]
}
2 changes: 1 addition & 1 deletion packages/query-sync-storage-persister/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "*.config.*", "package.json"],
"include": ["src", "*.config.ts", "*.config.js", "package.json"],
"references": [
{ "path": "../query-core" },
{ "path": "../query-persist-client-core" }
Expand Down
2 changes: 1 addition & 1 deletion packages/query-test-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "*.config.*", "package.json"]
"include": ["src", "*.config.ts", "*.config.js", "package.json"]
}
8 changes: 7 additions & 1 deletion packages/react-query-devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"rootDir": ".",
"jsx": "react-jsx"
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [{ "path": "../query-devtools" }, { "path": "../react-query" }]
}
2 changes: 1 addition & 1 deletion packages/react-query-next-experimental/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"rootDir": ".",
"jsx": "react-jsx"
},
"include": ["src", "*.config.*", "package.json"],
"include": ["src", "*.config.ts", "*.config.js", "package.json"],
"references": [{ "path": "../react-query" }]
}
8 changes: 7 additions & 1 deletion packages/react-query-persist-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"rootDir": ".",
"jsx": "react-jsx"
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [
{ "path": "../query-persist-client-core" },
{ "path": "../react-query" }
Expand Down
8 changes: 7 additions & 1 deletion packages/react-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@
"rootDir": ".",
"jsx": "react-jsx"
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"]
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
]
}
2 changes: 1 addition & 1 deletion packages/solid-query-devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"jsx": "preserve",
"jsxImportSource": "solid-js"
},
"include": ["src", "*.config.*", "package.json"],
"include": ["src", "*.config.ts", "*.config.js", "package.json"],
"references": [{ "path": "../query-devtools" }, { "path": "../solid-query" }]
}
8 changes: 7 additions & 1 deletion packages/solid-query-persist-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"jsx": "preserve",
"jsxImportSource": "solid-js"
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [
{ "path": "../query-persist-client-core" },
{ "path": "../solid-query" }
Expand Down
8 changes: 7 additions & 1 deletion packages/solid-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"jsx": "preserve",
"jsxImportSource": "solid-js"
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [{ "path": "../query-core" }]
}
2 changes: 1 addition & 1 deletion packages/svelte-query-devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "tests", "*.config.*", "package.json"],
"include": ["src", "tests", "*.config.ts", "*.config.js", "package.json"],
"references": [{ "path": "../query-devtools" }, { "path": "../svelte-query" }]
}
2 changes: 1 addition & 1 deletion packages/svelte-query-persist-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "tests", "*.config.*", "package.json"],
"include": ["src", "tests", "*.config.ts", "*.config.js", "package.json"],
"references": [
{ "path": "../query-persist-client-core" },
{ "path": "../svelte-query" }
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "tests", "*.config.*", "package.json"],
"include": ["src", "tests", "*.config.ts", "*.config.js", "package.json"],
"references": [{ "path": "../query-core" }]
}
2 changes: 1 addition & 1 deletion packages/vue-query-devtools/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "*.config.*", "package.json"],
"include": ["src", "*.config.ts", "*.config.js", "package.json"],
"references": [{ "path": "../vue-query" }, { "path": "../query-devtools" }]
}
8 changes: 7 additions & 1 deletion packages/vue-query/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"outDir": "./dist-ts",
"rootDir": "."
},
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
"include": [
"src",
"test-setup.ts",
"*.config.ts",
"*.config.js",
"package.json"
],
"references": [{ "path": "../query-core" }]
}
Loading