From a569dcc178497c46c47e250a59d6f1e1ccf789ea Mon Sep 17 00:00:00 2001 From: congle-engineer Date: Tue, 8 Oct 2024 21:47:37 +0700 Subject: [PATCH] Update --- tsconfig.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5be8cc8..3bac350 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,13 @@ "name": "next" } ], - "baseUrl": "." + "baseUrl": ".", + "paths": { + "components/*": ["./components/*"], + "lib/*": ["./lib/*"], + "interfaces/*": ["./interfaces/*"], + "styles/*": ["./styles/*"] + } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"]