From 9217201b76858af563e00d403f918849c4ed8772 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Jan 2024 13:46:24 +0000 Subject: [PATCH] chore(actions): check_format_lint --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 406384bf..4980e690 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, - "isolatedModules": true + "isolatedModules": true, }, - "include": ["./src/**/*.ts", "./scripts/**/*.ts", "./types/**/*.ts"] + "include": ["./src/**/*.ts", "./scripts/**/*.ts", "./types/**/*.ts"], }