ai / size-limit

Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit.
MIT License
6.48k stars 1.82k forks source link

Add support for TypeScript config files (`.size-limit.ts`, `.size-limit.mts`, `.size-limit.cts`) #355

Closed aryaemami59 closed 4 months ago

aryaemami59 commented 4 months ago

This PR:

ai commented 4 months ago

You may want to add *.d.ts file to c8 config to move it from coverage check

ai commented 4 months ago

Thanks. Released in 11.1.

aryaemami59 commented 4 months ago

@ai Awesome thank you so much!