Skip to content

Commit b4df1ff

Browse files
committed
chore: revert ignoreDeprecations to "6.0" (required for TS6 node10 deprecation)
1 parent fa7658e commit b4df1ff

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
@@ -22,7 +22,7 @@
2222
"noUnusedLocals": true,
2323
"noUnusedParameters": true,
2424
"moduleResolution": "node",
25-
"ignoreDeprecations": "5.0",
25+
"ignoreDeprecations": "6.0",
2626
// transpile JSX to React.createElement
2727
"jsx": "react",
2828
// interop between ESM and CJS modules. Recommended by TS

0 commit comments

Comments
 (0)