From ff391bf11c640e30aa542fe172d58856dfe60792 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Sat, 17 Jun 2023 01:23:19 +0200 Subject: [PATCH] Remove redundant tsconfig exclude --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6823519..360fc87 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "include": ["*.ts"], - "exclude": ["node_modules"], "references": [ { "path": "./astro/tsconfig.json"