From 4332c5be916ec73128f64d99f12e1f3c3d259e8c Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Fri, 9 Feb 2024 03:37:07 +0300 Subject: [PATCH] build: add aliases --- tsconfig.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index f37b67f..238a887 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,14 @@ "importHelpers": true, "target": "ES2022", "module": "ES2022", + "paths": { + "@component/*": [ + "./src/components/*" + ], + "@/*": [ + "./src/*" + ] + }, "useDefineForClassFields": false, "lib": [ "ES2022",