瀏覽代碼

fix: typescript error

chenlei 8 月之前
父節點
當前提交
dc7f3dec43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -2,7 +2,7 @@
   "compilerOptions": {
     "target": "esnext",
     "module": "esnext",
-    "strict": true,
+    "strict": false,
     "jsx": "preserve",
     "moduleResolution": "node",
     "experimentalDecorators": true,