From 59ddc965ec90cdea774e4eef0ea33efc0d76f05c Mon Sep 17 00:00:00 2001 From: "Arthur E. Jones" Date: Wed, 4 May 2022 17:49:29 -0500 Subject: [PATCH] build: skip typechecking app-plaid.js Doesn't appear to be used; there isn't any plaid depedency in the package file. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 188333a..f659e6c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,5 +16,5 @@ "moduleResolution": "Node", "module": "ESNext" }, - "exclude": ["node_modules", "build"] + "exclude": ["node_modules", "build", "./app-plaid.js"] }