Skip to content

Commit

Permalink
fix: Use relative paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Mar 24, 2021
1 parent 418cf61 commit 673b3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"src/*": ["src/*"]
},
},
"include": ["src"],
"exclude": ["node_modules"]
"include": ["../../../src"],
"exclude": ["../../../node_modules"]
}

0 comments on commit 673b3f7

Please sign in to comment.