Skip to content

Commit

Permalink
Like with prettier, we also need to tell tsc to ignore the fixtures d…
Browse files Browse the repository at this point in the history
…irectory
  • Loading branch information
NullVoxPopuli committed Jul 15, 2023
1 parent ac4cb2a commit e20f37a
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 e20f37a

Please sign in to comment.