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",