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
`docs` Generates documentation based on type declarations to the `docs` folder.
30
31
`config` Prints base config to stdout.
31
32
```
33
+
## Github Action
32
34
35
+
To run the typechecker in the CI you can use this action https://github.com/Gozala/typescript-error-reporter-action and you will get the errors reported inline with the code.
33
36
34
37
## Adding types with JSDoc
35
38
@@ -91,7 +94,7 @@ exports.IPFS = IPFS
91
94
```
92
95
93
96
#### 3. Use a `types.ts` file
94
-
When writing types sometimes JSDoc can be cumbersome, impossible, it can output weird type declarations or even broken documentation. Most of these problems can be solved by defining some complex types in typescript in a `types.ts` file.
97
+
When writing types JSDoc can sometimes be cumbersome, impossible, it can output weird type declarations or even broken documentation. Most of these problems can be solved by defining some complex types in typescript in a `types.ts` file.
0 commit comments