Skip to content

Commit 5c2af72

Browse files
committed
chore: ignore TS5107 deprecation warning in root tsconfig to unblock CI
1 parent d6462ea commit 5c2af72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workflows/quickstart/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"esModuleInterop": true,
77
"moduleResolution": "node16",
88
"module": "node16",
9-
"ignoreDeprecations": "5.0"
109
}
1110
}

workflows/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"strict": true,
55
"noImplicitAny": false,
66
"esModuleInterop": true,
7-
"moduleResolution": "node"
7+
"moduleResolution": "node",
8+
"ignoreDeprecations": "6.0"
89
}
910
}

0 commit comments

Comments
 (0)