Skip to content

Commit

Permalink
README, tsconfig nits
Browse files Browse the repository at this point in the history
tsconfig should have been building to the `dist` directory
  • Loading branch information
rgomezp committed May 24, 2022
1 parent 7d5d487 commit ab01f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ Special thanks to [pedro-lb](https://github.com/pedro-lb) and others for work on
<img src="https://user-images.githubusercontent.com/11739227/119415383-1d354700-bcb7-11eb-946d-01c40cd07010.png" />
</a>

Enjoy!
Enjoy!
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"outDir": "build",
"outDir": "dist",
"module": "esnext",
"target": "es6",
"lib": ["es6", "dom", "es2016", "es2017"],
Expand Down

0 comments on commit ab01f91

Please sign in to comment.