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
@@ -51,20 +59,6 @@ When a packages needs to allow type imports other than the entry point, you can
51
59
52
60
> Use this hack only if you really need it, this might change from the TS side at any time and break type checks.
53
61
54
-
55
-
## CLI `ts` command
56
-
57
-
> The `ts` command follows aegir folder conventions, source code inside `./src`, test inside `./test` and documentation inside `./docs`.
58
-
59
-
Run `aegir ts --help` and check the help text. There's presets for common TS use cases.
60
-
61
-
```md
62
-
Presets:
63
-
`check` Runs the type checker with your local config and doesn't not emit output.
64
-
`types` Emits type declarations to `dist` folder.
65
-
`docs` Generates documentation based on type declarations to the `docs` folder.
66
-
`config` Prints base config to stdout.
67
-
```
68
62
## Github Action
69
63
70
64
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.
0 commit comments