Skip to content

Commit

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

Signed-off-by: Douglas McConnachie <dougal83+git@gmail.com>
  • Loading branch information
dougal83 authored and raymondfeng committed Feb 24, 2020
1 parent b59b849 commit f390f27
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 f390f27

Please sign in to comment.