From e955e40930a768f1806b141347ab2485bce5459d Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Sun, 21 Jun 2026 21:11:42 +0200 Subject: [PATCH] remove baseUrl --- assets/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/tsconfig.json b/assets/tsconfig.json index a9401b6..9a64efa 100644 --- a/assets/tsconfig.json +++ b/assets/tsconfig.json @@ -21,7 +21,6 @@ // Feel free to adjust this configuration however you need. { "compilerOptions": { - "baseUrl": ".", "paths": { "*": ["../deps/*"] },