diff --git a/web/tsconfig.json b/web/tsconfig.json index df3700c..ffd63bc 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -16,8 +16,7 @@ "allowImportingTsExtensions": true, "noEmit": true, "types": ["vite/client"], - "baseUrl": ".", - "paths": { "@/*": ["src/*"] } + "paths": { "@/*": ["./src/*"] } }, "include": ["src", "vite.config.ts"] }