From 6ab7d751d9e222fdc33ce0fe4ef4bedee2d0f2a3 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Tue, 21 May 2024 16:09:01 +0200 Subject: [PATCH] Add baseUrl to tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index de704e7..48bd295 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "baseUrl": "./src", + "baseUrl": "src", // Enable latest features "lib": ["ESNext"],