From ae08b70b672ac3ef1f4ceb96cfab24d2ec66b8a3 Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Mon, 22 Jul 2024 10:36:32 +0800 Subject: [PATCH] tsconfig: exclude `out` dir --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 1473343..9cbda69 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -102,5 +102,6 @@ "exclude": [ "node_modules", "local", + "out", ] }