Skip to content

Commit

Permalink
test(fixtures): ensure .ts are type checked (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Oct 27, 2024
1 parent d9cf04a commit f4a2ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"strict": true,
"types": []
},
"include": ["tests/fixtures/**/*.d.ts"]
"include": ["tests/fixtures/**/*.ts"]
}

0 comments on commit f4a2ee5

Please sign in to comment.