aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.node.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.node.json')
-rw-r--r--tsconfig.node.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json
index 9728af2..d9aa8a8 100644
--- a/tsconfig.node.json
+++ b/tsconfig.node.json
@@ -17,7 +17,6 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
- "erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},