Skip to content

Commit

Permalink
chore: exclude "docs" folder from tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Sep 25, 2024
1 parent 30ec0dc commit a1890dd
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": ["docs"]
}

0 comments on commit a1890dd

Please sign in to comment.