From d826e97c4dbe5a5c14ebae9dfd1fe6756ff33f1d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 20 May 2024 22:44:29 +0100 Subject: [PATCH] Adds aliases for styles and assets --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 2643f16..a5d4f05 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -32,6 +32,8 @@ "@components/*": ["components/*"], "@layouts/*": ["layouts/*"], "@pages/*": ["pages/*"], + "@styles/*": ["styles/*"], + "@assets/*": ["assets/*"], } }, "include": [