Skip to content

Commit

Permalink
chore(tsconfig): add ignores for es and cjs compiled directories
Browse files Browse the repository at this point in the history
  • Loading branch information
adamweeks committed Oct 17, 2018
1 parent 6214bde commit 6a10da9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Expand Up @@ -10,6 +10,10 @@
"exclude": [
"packages/node_modules/@ciscospark/**/dist/*",
"packages/node_modules/@webex/**/dist/*",
"packages/node_modules/@ciscospark/**/es/*",
"packages/node_modules/@webex/**/es/*",
"packages/node_modules/@ciscospark/**/cjs/*",
"packages/node_modules/@webex/**/cjs/*",
"node_modules/**/*",
"dist"
]
Expand Down

0 comments on commit 6a10da9

Please sign in to comment.