We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228d4cd commit 51b047dCopy full SHA for 51b047d
1 file changed
examples/react/urql/tsconfig.json
@@ -11,7 +11,8 @@
11
"esModuleInterop": true,
12
"lib": ["ESNext", "DOM"],
13
"skipLibCheck": true,
14
- "noEmit": true
+ "noEmit": true,
15
+ "ignoreDeprecations": "6.0"
16
},
17
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
18
"references": [{ "path": "./tsconfig.node.json" }]
0 commit comments