From 2b3627a43125d9ce7aa81a0fe5550d5229130351 Mon Sep 17 00:00:00 2001 From: r-freeman Date: Mon, 20 Mar 2023 23:05:42 +0000 Subject: [PATCH] Removed jsconfig.json --- jsconfig.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 537180e..0000000 --- a/jsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "@/*": [ - "*" - ] - } - } -}