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"] }