From 6dbb96dcb5fc07cac6b6603566a9f51b65aacee4 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 29 Dec 2020 19:31:48 +0200 Subject: [PATCH] Clean unused path aliases --- tsconfig.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f773a5e..2c28198 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,12 +21,6 @@ ], "baseUrl": "./", "paths": { - "@assets/*": [ - "src/assets/*" - ], - "@client/*": [ - "src/client/*" - ], "@components/*": [ "src/components/*" ], @@ -39,12 +33,6 @@ "@pages/*": [ "src/pages/*" ], - "@server/*": [ - "src/server/*" - ], - "@stores/*": [ - "src/stores/*" - ], "@theme/*": [ "src/theme/*" ],