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