Skip to content

Commit d4d8402

Browse files
fix: update ignoreDeprecations to 6.0 in tsconfig
1 parent 556ef5f commit d4d8402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"ignoreDeprecations": "5.0",
3+
"ignoreDeprecations": "6.0",
44
"target": "ES2020",
55
"module": "commonjs",
66
"lib": ["ES2020"],

0 commit comments

Comments
 (0)