Skip to content

Commit af3c1e8

Browse files
patch: comment out deprecated ignoreDeprecations option
1 parent 4e48c7c commit af3c1e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"noUnusedLocals": true,
2222
"noUnusedParameters": true,
2323
"noFallthroughCasesInSwitch": true,
24-
"ignoreDeprecations": "6.0",
24+
// "ignoreDeprecations": "6.0",
2525
"baseUrl": ".",
2626
"paths": {
2727
"@/*": ["./src/*"]

0 commit comments

Comments
 (0)