Skip to content

Commit 8ae4fcb

Browse files
committed
fix: downgrade ignoreDeprecations to 5.0 in tsconfig.base.json
1 parent bb0edf8 commit 8ae4fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"ignoreDeprecations": "6.0",
3+
"ignoreDeprecations": "5.0",
44
"allowUnreachableCode": false,
55
"allowUnusedLabels": false,
66
"esModuleInterop": true,

0 commit comments

Comments
 (0)