From e483cbca3cb4e0ae7bf9f172d9815472798ec1d1 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 23 Feb 2025 18:16:33 +0100 Subject: [PATCH] build(tsconfig): remove unnecessary exclude lines these folder are already "excluded" implicitly, since we only include "./src" folder --- tsconfig.build.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 03a0e159b..1987c96c0 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -16,9 +16,6 @@ }, "include": ["./src/**/*.ts", "./src/**/*.js", "./*.ts"], "exclude": [ - "./node_modules/**/*", - "./spec-es6/**/*.ts", - "./spec/**/*", "./**/*.spec.ts", "./src/public/**/*", "./*.config.ts",