diff --git a/tsconfig.json b/tsconfig.json index f8787324d..e16edd060 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "newLine": "LF", "moduleResolution": "node", "strict": true, + "importsNotUsedAsValues": "error", "jsx": "preserve" }, "exclude": ["node_modules"]