From 910fee5ff3ff49f16a87f87579ce6e082fa00022 Mon Sep 17 00:00:00 2001 From: Philipp Fritsche Date: Wed, 27 Dec 2023 22:50:01 +0000 Subject: [PATCH] chore: set tsconfig `baseUrl` --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 046b11ae..d976a7b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "esModuleInterop": true, "lib": ["ESNext", "DOM"], "target": "ES5", - "baseUrl": "/dev/null", + "baseUrl": ".", "paths": {}, "noEmit": true, "typeRoots": [],