Skip to content

Commit 6d025bd

Browse files
committed
fix: remove deprecated 'erasableSyntaxOnly' option from TypeScript configuration
1 parent 34b6c24 commit 6d025bd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"strict": true,
2424
"noUnusedLocals": true,
2525
"noUnusedParameters": true,
26-
"erasableSyntaxOnly": true,
2726
"noFallthroughCasesInSwitch": true,
2827
"noUncheckedSideEffectImports": true
2928
},

tsconfig.node.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"strict": true,
1818
"noUnusedLocals": true,
1919
"noUnusedParameters": true,
20-
"erasableSyntaxOnly": true,
2120
"noFallthroughCasesInSwitch": true,
2221
"noUncheckedSideEffectImports": true
2322
},

0 commit comments

Comments
 (0)