Skip to content

Commit

Permalink
chore: Exclude dir
Browse files Browse the repository at this point in the history
  • Loading branch information
fwh1990 committed Sep 30, 2020
1 parent 802019d commit eb07013
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules/
.DS_Store
*.log
build/
dist/
dist/
lib/
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
}
},
"exclude": [
"lib",
"build"
]
}

0 comments on commit eb07013

Please sign in to comment.