Skip to content

Commit

Permalink
chore: update node_modules exclude in root tsconfig
Browse files Browse the repository at this point in the history
loopbackio#4707 (comment)

Signed-off-by: Douglas McConnachie <dougal83+git@gmail.com>
  • Loading branch information
dougal83 committed Feb 24, 2020
1 parent 5bc2121 commit 2e46405
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
"extensions"
],
"exclude": [
"node_modules/**",
"acceptance/node_modules/**",
"benchmark/node_modules/**",
"examples/*/node_modules/**",
"packages/*/node_modules/**",
"extensions/*/node_modules/**",
"**/node_modules/**",
"**/dist/**",
"**/*.d.ts"
]
Expand Down

0 comments on commit 2e46405

Please sign in to comment.