Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuliano1993 committed Dec 15, 2023
1 parent 36eded3 commit fbf9c11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fbf9c11

Please sign in to comment.