Skip to content

Commit 774685b

Browse files
fix: comment out ignoreDeprecations in tsconfig.json
1 parent 7961209 commit 774685b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"noUnusedParameters": true,
2323
"noFallthroughCasesInSwitch": true,
2424
"baseUrl": ".",
25-
"ignoreDeprecations": "6.0",
25+
// "ignoreDeprecations": "6.0",
2626
"paths": {
2727
"@/*": ["./src/*"]
2828
}

0 commit comments

Comments
 (0)