diff --git a/desktop/tsconfig.json b/desktop/tsconfig.json index 7ef7c299a..456359a35 100644 --- a/desktop/tsconfig.json +++ b/desktop/tsconfig.json @@ -5,7 +5,6 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, - "baseUrl": ".", "paths": { "@/*": ["./src/*"] }, diff --git a/web/tsconfig.json b/web/tsconfig.json index 7ef7c299a..456359a35 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -5,7 +5,6 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, - "baseUrl": ".", "paths": { "@/*": ["./src/*"] },