Browse Source

chore: format code

GitHub Action 2 months ago
parent
commit
8ec771d5be
3 changed files with 180 additions and 768 deletions
  1. 2 6
      packages/desktop/tsconfig.json
  2. 89 381
      packages/sdk/js/openapi.json
  3. 89 381
      packages/sdk/openapi.json

+ 2 - 6
packages/desktop/tsconfig.json

@@ -14,12 +14,8 @@
     "noEmit": true,
     "noEmit": true,
     "isolatedModules": true,
     "isolatedModules": true,
     "paths": {
     "paths": {
-      "@/*": [
-        "./src/*"
-      ]
+      "@/*": ["./src/*"]
     }
     }
   },
   },
-  "exclude": [
-    "dist"
-  ],
+  "exclude": ["dist"]
 }
 }

File diff suppressed because it is too large
+ 89 - 381
packages/sdk/js/openapi.json


File diff suppressed because it is too large
+ 89 - 381
packages/sdk/openapi.json


Some files were not shown because too many files changed in this diff