From 69c09667f0a8778dd55bbd7896bde27c4ef5cfd1 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 1 Jan 2022 13:43:19 +0100 Subject: docs: Add note on typechecking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristóf Marussy --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 yarn compile ``` +If TypeScript complains about missing type definitions, or you want to typecheck the project, run + +```sh +yarn typecheck +``` + ## License > Copyright (C) 2021-2022 Kristóf Marussy <kristof@marussy.com> -- cgit v1.2.3-54-g00ecf