From 2c3b932933b922f3494a9e5295c46566ce592591 Mon Sep 17 00:00:00 2001 From: marvelxcodes Date: Sun, 26 Feb 2023 05:15:04 +0530 Subject: [PATCH] [Beta]: Added Absolute Paths --- beta/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",