diff --git a/tsconfig.json b/tsconfig.json index bb525f2..b58c601 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,14 +14,13 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "baseUrl": ".", "plugins": [ { "name": "next" } ], "paths": { - "@/*": ["src/*"] + "@/*": ["./src/*"] } }, "include": [".astro/types.d.ts", "**/*"],