Skip to content

Commit

Permalink
chore: ignore msw/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle committed Jan 26, 2024
1 parent d71ec0a commit bbcb562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mocks/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"rootDir": "."
},
"include": ["**/*.js", "**/*.ts"],
"exclude": ["dist-types", "test-browser"]
"exclude": ["dist-types", "msw/dist", "test-browser"]
}

0 comments on commit bbcb562

Please sign in to comment.