From 1aee2320db5c2c10513dda6f630c28cf2e22a039 Mon Sep 17 00:00:00 2001 From: casperiv0 <53900565+casperiv0@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:12:43 +0200 Subject: [PATCH] fix: types --- tsconfig.base.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index c7afb0157..34adf31cf 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,6 +1,5 @@ { "exclude": ["dist", "node_modules", ".dev-data", ".data"], - "include": ["*.ts", "**/*.ts", "**/*.d.ts"], "compilerOptions": { /* Basic Options */ "esModuleInterop": true,