From 8c0d362b1f3def40049f724514c9af64c257cc79 Mon Sep 17 00:00:00 2001 From: Keiichiro Amemiya Date: Tue, 14 Jan 2025 22:29:18 +0100 Subject: [PATCH] exclude template in typechecking --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1b4f906..ac245a3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,5 +24,6 @@ "skipLibCheck": true, "noEmit": true - } + }, + "exclude": ["templates"] }