Skip to content

Commit

Permalink
Fix build dir in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos committed Mar 30, 2022
1 parent 89fdd9a commit c47bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"noEmit": false,
"rootDir": "src",
"outDir": "build"
"outDir": "dist"
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit c47bb86

Please sign in to comment.