From aef4235fc535da07111be9c3c3aa457658e0036f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchrisshank=E2=80=9D?= Date: Wed, 18 Dec 2024 14:21:27 -0800 Subject: [PATCH] fix typescript config --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5bf7e0f..22e3d21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,6 @@ "@propagators/*": ["propagators/*"] } }, - "include": ["**/*.ts", "vite.config.ts"] + "include": ["**/*.ts", "vite.config.ts"], + "exclude": ["node_modules/**/*"] }