Skip to content

Commit 9e68748

Browse files
committed
Fixe
1 parent cc7380c commit 9e68748

11 files changed

Lines changed: 22 additions & 10 deletions

File tree

examples/react/apollo-client-defer/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"lib": ["ESNext", "DOM"],
1313
"skipLibCheck": true,
1414
"noEmit": true,
15-
"noUncheckedIndexedAccess": true
15+
"noUncheckedIndexedAccess": true,
16+
"ignoreDeprecations": "6.0"
1617
},
1718
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
1819
"references": [{ "path": "./tsconfig.node.json" }]

examples/react/apollo-client-defer/tsconfig.node.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"composite": true,
44
"module": "ESNext",
55
"moduleResolution": "Node",
6-
"allowSyntheticDefaultImports": true
6+
"allowSyntheticDefaultImports": true,
7+
"ignoreDeprecations": "6.0"
78
},
89
"include": ["vite.config.ts"]
910
}

examples/react/apollo-client-swc-plugin/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"esModuleInterop": true,
1212
"lib": ["ESNext", "DOM"],
1313
"skipLibCheck": true,
14-
"noEmit": true
14+
"noEmit": true,
15+
"ignoreDeprecations": "6.0"
1516
},
1617
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
1718
"references": [{ "path": "./tsconfig.node.json" }]

examples/react/apollo-client-swc-plugin/tsconfig.node.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"composite": true,
44
"module": "ESNext",
55
"moduleResolution": "Node",
6-
"allowSyntheticDefaultImports": true
6+
"allowSyntheticDefaultImports": true,
7+
"ignoreDeprecations": "6.0"
78
},
89
"include": ["vite.config.mts"]
910
}

examples/react/apollo-client/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"esModuleInterop": true,
1212
"lib": ["ESNext", "DOM"],
1313
"skipLibCheck": true,
14-
"noEmit": true
14+
"noEmit": true,
15+
"ignoreDeprecations": "6.0"
1516
},
1617
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
1718
"references": [{ "path": "./tsconfig.node.json" }]

examples/react/apollo-client/tsconfig.node.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"composite": true,
44
"module": "ESNext",
55
"moduleResolution": "Node",
6-
"allowSyntheticDefaultImports": true
6+
"allowSyntheticDefaultImports": true,
7+
"ignoreDeprecations": "6.0"
78
},
89
"include": ["vite.config.ts"]
910
}

examples/react/http-executor/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"esModuleInterop": true,
1212
"lib": ["ESNext", "DOM"],
1313
"skipLibCheck": true,
14-
"noEmit": true
14+
"noEmit": true,
15+
"ignoreDeprecations": "6.0"
1516
},
1617
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
1718
"references": [{ "path": "./tsconfig.node.json" }]

examples/react/http-executor/tsconfig.node.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"composite": true,
44
"module": "ESNext",
55
"moduleResolution": "Node",
6-
"allowSyntheticDefaultImports": true
6+
"allowSyntheticDefaultImports": true,
7+
"ignoreDeprecations": "6.0"
78
},
89
"include": ["vite.config.ts"]
910
}

examples/react/tanstack-react-query/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"esModuleInterop": true,
1212
"lib": ["ESNext", "DOM"],
1313
"skipLibCheck": true,
14-
"noEmit": true
14+
"noEmit": true,
15+
"ignoreDeprecations": "6.0"
1516
},
1617
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
1718
"references": [{ "path": "./tsconfig.node.json" }]

examples/react/tanstack-react-query/tsconfig.node.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"composite": true,
44
"module": "ESNext",
55
"moduleResolution": "Node",
6-
"allowSyntheticDefaultImports": true
6+
"allowSyntheticDefaultImports": true,
7+
"ignoreDeprecations": "6.0"
78
},
89
"include": ["vite.config.ts"]
910
}

0 commit comments

Comments
 (0)