diff --git a/beta/tsconfig.json b/beta/tsconfig.json index 440b38510fa..fef150e7908 100644 --- a/beta/tsconfig.json +++ b/beta/tsconfig.json @@ -22,7 +22,10 @@ "isolatedModules": true, "jsx": "preserve", "baseUrl": "src", - "incremental": true + "incremental": true, + "paths": { + "@/*": ["./*"] + } }, "include": [ "next-env.d.ts",