From 1c9c470fecfab232d726149be40430cad55f7980 Mon Sep 17 00:00:00 2001 From: sawka Date: Wed, 29 Nov 2023 18:27:31 -0800 Subject: [PATCH] update typecheck to use tsconfig.json --- scripthaus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripthaus.md b/scripthaus.md index 82e94236..50cdec32 100644 --- a/scripthaus.md +++ b/scripthaus.md @@ -33,7 +33,7 @@ WAVETERM_DEV=1 PCLOUD_ENDPOINT="https://ot2e112zx5.execute-api.us-west-2.amazona ```bash # @scripthaus command typecheck # @scripthaus cd :playbook -node_modules/.bin/tsc --jsx preserve --noEmit --esModuleInterop --target ES5 --experimentalDecorators --downlevelIteration src/index.ts src/types/custom.d.ts +node_modules/.bin/tsc --noEmit ``` ```bash