Skip to content

Commit

Permalink
fix(tsconfig): add include to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pathurs committed Jan 8, 2020
1 parent 80c5ff1 commit 0f7d3e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion default/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@colonise/config/tsconfig"
"extends": "@colonise/config/tsconfig",
"include": [
"source/**/*.ts"
]
}

0 comments on commit 0f7d3e8

Please sign in to comment.