From 8107dab15eeffe4b4f709dbf2e9235a7f4461a33 Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Sun, 12 Apr 2026 11:56:23 +0200 Subject: [PATCH] fix: remove deprecated baseUrl/paths from tsconfig (TS7 compat) --- tsconfig.app.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index f54998d..1d29c88 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -4,8 +4,6 @@ "target": "es2023", "lib": ["ES2023", "DOM", "DOM.Iterable"], "module": "esnext", - "baseUrl": ".", - "paths": { "@/*": ["src/*"] }, "types": ["vite/client"], "skipLibCheck": true,