فهرست منبع

metadata-protobuf: Prettier format

Leszek Wiesner 3 سال پیش
والد
کامیت
b236ceb0ee
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      metadata-protobuf/scripts/tsconfig.json
  2. 1 1
      metadata-protobuf/test/tsconfig.json

+ 1 - 1
metadata-protobuf/scripts/tsconfig.json

@@ -7,5 +7,5 @@
     "skipLibCheck": true,
     "resolveJsonModule": true
   },
-  "include": ["./*.ts"],
+  "include": ["./*.ts"]
 }

+ 1 - 1
metadata-protobuf/test/tsconfig.json

@@ -8,7 +8,7 @@
     "esModuleInterop": true,
     "forceConsistentCasingInFileNames": true,
     "skipLibCheck": true,
-    "resolveJsonModule": true,
+    "resolveJsonModule": true
   },
   "include": ["./*", "../src/*"]
 }