You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -247,9 +247,7 @@ Type tests are located in [/types/tests.ts](/types/tests.ts) and are responsible
247
247
> [!CAUTION]
248
248
> An exemption are type changes to `src/Options/index.js` which must be manually updated in `types/Options/index.d.ts`, as these types are not generated via a script.
249
249
250
-
When developing type definitions you can use `npm run watch:ts` in order to rebuild your changes automatically upon each save.
251
-
252
-
Use `npm run test:types` in order to run types tests against generated `.d.ts` files.
250
+
When developing type definitions you can run `npm run watch:ts` in order to rebuild your changes automatically upon each save. Use `npm run test:types` in order to run types tests against generated `.d.ts` files.
0 commit comments