From 86bd417582bc0b4f45418ceeb5a1b03db58d0ce5 Mon Sep 17 00:00:00 2001 From: Aswin V Date: Fri, 18 Feb 2022 12:16:58 +0530 Subject: [PATCH] Support absolute imports --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 99710e8..cdde52e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,8 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", - "incremental": true + "incremental": true, + "baseUrl": "." }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"]