From 73e0520de70cdbaf0ecdc6e9be5e85f003fcfb79 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Fri, 15 Jan 2021 06:17:19 +0100 Subject: [PATCH] do not compile with unused locals vuejs/vetur#1063 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 98987b46..b0574f50 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "moduleResolution": "node", "experimentalDecorators": true, "esModuleInterop": true, + "noUnusedLocals": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".",