aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mirum-server/web/tsconfig.json')
-rw-r--r--cmd/mirum-server/web/tsconfig.json2+1 −1
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mirum-server/web/tsconfig.json b/cmd/mirum-server/web/tsconfig.json
index 90b2f46..6dd27c0 100644
--- a/cmd/mirum-server/web/tsconfig.json
+++ b/cmd/mirum-server/web/tsconfig.json
@@ -27,7 +27,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
- "noUncheckedSideEffectImports": true,
+ "noUncheckedSideEffectImports": true
},
"include": ["components", "api", "lib", "entries", "gen"]
}