From 13a6d5b6ce1f1575e47503cdf40d884c0bbb5058 Mon Sep 17 00:00:00 2001 From: David K <75791840+Flopsky@users.noreply.github.com> Date: Sun, 31 Dec 2023 15:38:32 +0100 Subject: [PATCH] Delete jsconfig.json --- jsconfig.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index b8d6842..0000000 --- a/jsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "compilerOptions": { - "paths": { - "@/*": ["./src/*"] - } - } -}