From b5954769f14da72da34a53daa30073a66dacd388 Mon Sep 17 00:00:00 2001 From: Adam A Date: Sat, 13 Jan 2024 20:29:04 +0200 Subject: [PATCH] perf(tsconfig): don't typecheck scrt and cw sdks --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1bd7351ccdd..fa97cc8794a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,10 @@ "exclude": [ ".ubik", "*.dist.*", - "node_modules" + "node_modules", + "toolbox/ganesha", + "cw/cosmjs-esm", + "scrt/secretjs-esm" ], "compilerOptions": { "target": "esnext",