Skip to content

Commit

Permalink
fix: update outDir to dist 🚨
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Mar 9, 2023
1 parent 5c873f1 commit 4053e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dom"
],
"jsx": "preserve",
"outDir": "./types",
"outDir": "./dist",
"rootDir": "./src",
"esModuleInterop": true,
"allowJs": true,
Expand Down

0 comments on commit 4053e69

Please sign in to comment.