build(tsconfig): remove unnecessary exclude lines

these folder are already "excluded" implicitly, since we only include "./src" folder
This commit is contained in:
Panagiotis Papadopoulos 2025-02-23 18:16:33 +01:00 committed by Panagiotis Papadopoulos
parent 3e307f4711
commit e483cbca3c

View File

@ -16,9 +16,6 @@
},
"include": ["./src/**/*.ts", "./src/**/*.js", "./*.ts"],
"exclude": [
"./node_modules/**/*",
"./spec-es6/**/*.ts",
"./spec/**/*",
"./**/*.spec.ts",
"./src/public/**/*",
"./*.config.ts",