diff --git a/tsconfig.json b/tsconfig.json index db189ca..4d1718d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,11 @@ "resolveJsonModule": true, "esModuleInterop": true, "lib": ["esnext", "dom"], - "types": ["vite/client", "vite-plugin-pwa/client"] + "types": ["vite/client", "vite-plugin-pwa/client"], + "baseUrl": ".", + "paths": { + "@/*": ["src/*"] + } }, "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"] }