Skip to content

Commit

Permalink
fix: exclude bin from build
Browse files Browse the repository at this point in the history
  • Loading branch information
2fd committed Dec 1, 2021
1 parent 8ac0e67 commit dfbceb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"downlevelIteration": true,
"esModuleInterop": true,
"typeRoots": ["./node_modules/@types", "./src/@types"]
}
},
"exclude": ["./bin"]
}

0 comments on commit dfbceb2

Please sign in to comment.