From 12b5a934f6adf7308b1d8c33e6bbf6a7f76cf3e5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 14 Feb 2026 13:37:09 +0100 Subject: [PATCH] chore: update tsconfig --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index aea13f1..e8c9e4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,16 +5,14 @@ "strict": true, "jsx": "preserve", "importHelpers": true, - "moduleResolution": "node", "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true, - "baseUrl": ".", "resolveJsonModule": true, "types": ["node", "vite/client", "vite-plugin-pwa/vue"], "paths": { - "@/*": ["src/*"] + "@/*": ["./src/*"] }, "preserveSymlinks": true, "lib": ["esnext", "dom", "dom.iterable", "scripthost", "ES2015"]