Skip to content

Commit d9e1ed8

Browse files
committed
📝 Add tscheck note
1 parent 5f7150d commit d9e1ed8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/content/docs/contribution-guide.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ You can run the linter by executing the following command:
126126
npm run lint
127127
```
128128

129+
### Type Checking
130+
131+
Kando is written in TypeScript and uses the TypeScript compiler for type checking.
132+
You can run the type checker by executing the following command:
133+
134+
```bash
135+
npm run tscheck
136+
```
137+
129138
### REUSE Compliance
130139

131140
Kando is compliant with the [REUSE](https://reuse.software/) standard.

0 commit comments

Comments
 (0)