Skip to content

Commit

Permalink
ADD build folder to tsconfig exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Nov 25, 2023
1 parent 7a0bb69 commit 0ca99d9
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 @@ -8,6 +8,7 @@
"noEmit": true
},
"exclude": [
"node_modules"
"node_modules",
"build"
]
}

0 comments on commit 0ca99d9

Please sign in to comment.