Skip to content

Commit

Permalink
Exclude the fixtures directory from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 17, 2023
1 parent 40a5d11 commit 11cc6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

// Vite's internal types aren't relevant to us
"skipLibCheck": true
}
},
"exclude": ["./fixtures/**/*"]
}

0 comments on commit 11cc6c5

Please sign in to comment.