From f316bd2d97efb54ef48fde17b4e38fba2fc7b1aa Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期四, 11 一月 2024 17:17:01 +0800
Subject: [PATCH] project: remove lodash library

---
 PAMapp/tsconfig.json |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/PAMapp/tsconfig.json b/PAMapp/tsconfig.json
index a6f8481..ff21006 100644
--- a/PAMapp/tsconfig.json
+++ b/PAMapp/tsconfig.json
@@ -28,7 +28,6 @@
       "@nuxt/types",
       "@types/node",
       "@nuxtjs/axios",
-      "@types/lodash",
     ]
   },
   "exclude": [

--
Gitblit v1.8.0