Skip to content

Commit d6a1d6a

Browse files
committed
fix: update tsconfig to set ignoreDeprecations to 6.0
1 parent b5d1510 commit d6a1d6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"ignoreDeprecations": "6.0",
34
"allowUnreachableCode": false,
45
"allowUnusedLabels": false,
56
"esModuleInterop": true,

0 commit comments

Comments
 (0)