From 46cd091a71d1fae5ba73cdcac8f4215576d70397 Mon Sep 17 00:00:00 2001 From: Andra Date: Tue, 5 Nov 2024 14:30:48 +0200 Subject: [PATCH] removed typeAcquisition --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d6c7df3d..e6c49c1b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,6 +26,5 @@ "strictNullChecks": false }, "include": ["src"], - "exclude": ["dist", "node_modules"], - "typeAcquisition": { "enable": true } + "exclude": ["dist", "node_modules"] }