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",