aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07af029..122ac1e 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,12 @@ To build the application in release mode, run
39yarn compile 39yarn compile
40``` 40```
41 41
42If TypeScript complains about missing type definitions, or you want to typecheck the project, run
43
44```sh
45yarn typecheck
46```
47
42## License 48## License
43 49
44> Copyright (C) 2021-2022 Kristóf Marussy <kristof@marussy.com> 50> Copyright (C) 2021-2022 Kristóf Marussy <kristof@marussy.com>