Skip to content

Commit 1476ca5

Browse files
committed
fix custom conditions
1 parent 88effd3 commit 1476ca5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react-query-devtools/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"outDir": "./dist-ts",
55
"rootDir": ".",
6-
"jsx": "react-jsx",
7-
"customConditions": []
6+
"jsx": "react-jsx"
87
},
98
"include": ["src", "test-setup.ts", "*.config.*", "package.json"],
109
"references": [{ "path": "../query-devtools" }, { "path": "../react-query" }]

packages/react-query-devtools/tsconfig.prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"compilerOptions": {
44
"incremental": false,
55
"composite": false,
6-
"rootDir": "../../"
6+
"rootDir": "../../",
7+
"customConditions": []
78
}
89
}

0 commit comments

Comments
 (0)