diff --git a/tests/tsconfig.json b/tests/tsconfig.json index 076f2a3e..13c97cd2 100644 --- a/tests/tsconfig.json +++ b/tests/tsconfig.json @@ -7,5 +7,6 @@ // Vite's internal types aren't relevant to us "skipLibCheck": true - } + }, + "exclude": ["fixtures/"] }