diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 4e5ea1b..27918ea 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -15,9 +15,8 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "baseUrl": ".", "paths": { - "@/*": ["src/*"] + "@/*": ["./src/*"] } }, "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],