Skip to content

Commit

Permalink
fix(presentation): use include/exclude in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Sep 29, 2021
1 parent 7a9ddf4 commit e0dc808
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/presentation/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"strict": true,
"composite": true
},
"exclude": ["dist"],
"exclude": ["**/*.spec.*", "**/*.stories.*"],
"extends": "../tsconfig.tools.base.json",
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.js"],
"references": []
}

0 comments on commit e0dc808

Please sign in to comment.