Skip to content

Commit

Permalink
chore: exclude "playground" directory in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 5, 2024
1 parent a42fcf4 commit fce62fb
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 @@ -11,5 +11,6 @@
"esModuleInterop": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true
}
},
"exclude": ["playground"]
}

0 comments on commit fce62fb

Please sign in to comment.