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"] }