We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7a5b5 commit 4bebfd2Copy full SHA for 4bebfd2
1 file changed
clients/typescript/tsconfig.json
@@ -23,7 +23,9 @@
23
"noUnusedParameters": true /* Raise an error when a function parameter isn't read. */,
24
"noFallthroughCasesInSwitch": true /* Enable error reporting for fallthrough cases in switch statements. */,
25
/* Completeness */
26
- "skipLibCheck": true /* Skip type checking all .d.ts files. */
+ "skipLibCheck": true /* Skip type checking all .d.ts files. */,
27
+ // https://github.com/egoist/tsup/issues/1389
28
+ "ignoreDeprecations": "6.0"
29
},
30
"include": ["src", "test"]
31
}
0 commit comments