diff --git a/tsconfig.json b/tsconfig.json index 3f6da6e..378e177 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,6 @@ "noUnusedLocals": true, "noEmit": true, "verbatimModuleSyntax": true, - "skipLibCheck": true, - }, + "skipLibCheck": true + } }