Skip to content

Commit c1cc102

Browse files
committed
fix depreciation
1 parent 602408e commit c1cc102

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"rootDir": "src",
99
"strict": true,
1010
"esModuleInterop": true,
11-
"skipLibCheck": true
11+
"skipLibCheck": true,
12+
"ignoreDeprecations": "6.0"
13+
1214
},
1315
"include": ["src"]
1416
}

0 commit comments

Comments
 (0)