diff --git a/tsconfig.web.json b/tsconfig.web.json index 18b83c2..338961f 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -15,9 +15,8 @@ "noEmit": true, /* Path alias */ - "baseUrl": ".", "paths": { - "@renderer/*": ["src/renderer/src/*"] + "@renderer/*": ["./src/renderer/src/*"] }, /* Linting */