Skip to content

Commit 4bebfd2

Browse files
committed
Fix tsup build
1 parent 1e7a5b5 commit 4bebfd2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

clients/typescript/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"noUnusedParameters": true /* Raise an error when a function parameter isn't read. */,
2424
"noFallthroughCasesInSwitch": true /* Enable error reporting for fallthrough cases in switch statements. */,
2525
/* Completeness */
26-
"skipLibCheck": true /* Skip type checking all .d.ts files. */
26+
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
27+
// https://github.com/egoist/tsup/issues/1389
28+
"ignoreDeprecations": "6.0"
2729
},
2830
"include": ["src", "test"]
2931
}

0 commit comments

Comments
 (0)