Skip to content

Commit f7466db

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workflows/quickstart/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"esModuleInterop": true,
77
"moduleResolution": "node16",
88
"module": "node16",
9+
"ignoreDeprecations": "6.0"
910
}
1011
}

0 commit comments

Comments
 (0)