From ca3145442e5b65e9daefb5e3bce09e220eead265 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期一, 26 九月 2022 18:47:56 +0800
Subject: [PATCH] 摄像机管理 时间段 过滤

---
 tsconfig.json |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 0d4d6b8..6f466ba 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,18 +12,13 @@
     "allowJs": true,
     "sourceMap": true,
     "baseUrl": ".",
+    "skipLibCheck": true,
     "types": ["webpack-env"],
     "paths": {
       "@/*": ["src/*"]
     },
     "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
   },
-  "include": [
-    "src/**/*.ts",
-    "src/**/*.tsx",
-    "src/**/*.vue",
-    "tests/**/*.ts",
-    "tests/**/*.tsx"
-, "src/router/index.js"  ],
+  "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx", "src/router/index.js"],
   "exclude": ["node_modules"]
 }

--
Gitblit v1.8.0