Browse Source

fix: typescript error

chenlei 8 tháng trước cách đây
mục cha
commit
dc7f3dec43
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,