From 12532ab0495d1faae3f5948d03ade7b98c74f4ee Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 22 Nov 2023 00:28:52 +0800 Subject: [PATCH] Fix tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e7e38fb..335a60d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,5 @@ }, "include": [ "backend/**/*" - ], + ] }