Browse Source

fix: tsconfig.json check problem

xiaoxian521 3 years ago
parent
commit
a64b236707
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/ReFlowChart/src/Control.vue
  2. 1 1
      tsconfig.json

+ 1 - 1
src/components/ReFlowChart/src/Control.vue

@@ -132,7 +132,7 @@ export default defineComponent({
   position: absolute;
   right: 20px;
   background: hsla(0, 0%, 100%, 0.8);
-  box-shadow: 0 1px 4px rgb(0 0 0);
+  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
 }
 .iconfont {
   font-size: 25px;

+ 1 - 1
tsconfig.json

@@ -14,7 +14,7 @@
     "forceConsistentCasingInFileNames": true,
     "sourceMap": true,
     "baseUrl": ".",
-    "allowJs": true,
+    "allowJs": false,
     "resolveJsonModule": true, // 包含导入的模块。json的扩展
     "lib": ["dom", "esnext"],
     "incremental": true,