chenlei 8 месяцев назад
Родитель
Сommit
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,