From 72c9edf44ae3aaf5b6e5d48705525d9568940b50 Mon Sep 17 00:00:00 2001 From: Louis Bompart Date: Mon, 29 Jan 2024 11:01:41 -0500 Subject: [PATCH] lint --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 67e3c51b..8272e493 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,8 +6,8 @@ "moduleResolution": "Node16", "esModuleInterop": true, "sourceMap": false, - "declaration": true + "declaration": true, }, "include": ["src"], - "exclude": ["node_modules"] + "exclude": ["node_modules"], }