From fbf9c11d0f29b120d331dbee006e097864b4dacf Mon Sep 17 00:00:00 2001 From: GiulianoGosty Date: Fri, 15 Dec 2023 16:05:42 +0100 Subject: [PATCH] . --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f043c3d..d781932 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -109,7 +109,10 @@ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, "exclude": [ - "src/**/*.tsx", + "./src/**/*.tsx", + "./src/components/**/*", + "./src/stubs/angular/component.component.ts", + "./src/stubs/angular/component.component.spec.ts" ], "include": [ "./src/**/*.ts",