We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0347f50 commit dc8d025Copy full SHA for dc8d025
CONTRIBUTING.md
@@ -70,6 +70,8 @@ Those tests are located in [/types/tests.ts](/types/tests.ts) and are responsibl
70
71
Types must be generated using `npm run build:types` and should not be manually changed. These types are `.d.ts` files located in [/types](/types).
72
73
+When developing type definitions you can use `npm run watch:ts` in order to rebuild your changes upon each save.
74
+
75
Use `npm run test:types` in order to run types tests against generated `.d.ts` files.
76
77
### Pull Requests
0 commit comments