From 8c13b55cf0f5a267df4fa238b21e33afff978f1f Mon Sep 17 00:00:00 2001 From: Moritz Kirstein Date: Fri, 15 Mar 2024 01:37:17 +0100 Subject: [PATCH] fix: remove paths --- test/tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/tsconfig.json b/test/tsconfig.json index e582de2..6751d1d 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -3,9 +3,6 @@ "resolveJsonModule": true, "module": "CommonJS", "target": "ESNext", - "paths": { - "../../src/*": ["../src/*"] - }, "esModuleInterop": true } }