From 9b98a185977eaed2f4c4d1382535c8863bad96c7 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 24 Nov 2024 04:15:53 +0100 Subject: [PATCH] removed types from include types should be included by typeRoots and hence not result in errors of eslint (has to be monitored) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 38e666f1..efc1cda9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,7 @@ "#root/*": ["./*"] } }, - "include": ["src", "types"], + "include": ["src"], "exclude": ["node_modules", "dist", "example", "rollup.config.mjss"], "typeRoots": [ "./types",