Skip to content

Commit

Permalink
fix(cli): update tsconfig template excludes
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 efa9bf0 commit 1fcc463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/generators/project/templates/tsconfig.json.ejs
Expand Up @@ -31,8 +31,8 @@
},
"include": ["src"],
"exclude": [
"node_modules/**",
"packages/*/node_modules/**",
"**/node_modules/**",
"**/dist/**",
"**/*.d.ts"
]
<% } -%>
Expand Down

0 comments on commit 1fcc463

Please sign in to comment.