From 82d310403c4bb09bc2f0a204b6374934a10cf348 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 29 Jan 2022 23:38:13 +0100 Subject: refactor(config): move config from config dir to utils --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 187d157..dac9026 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,6 @@ "paths": { "@i18n/*": ["src/i18n/*"], "@assets/*": ["src/assets/*"], - "@config/*": ["src/config/*"], "@content/*": ["src/content/*"], "@components/*": ["src/components/*"], "@pages/*": ["src/pages/*"], -- cgit v1.2.3