Browse Source

Merge pull request #24 from medusajs/fix-tsconfig

fix: removed additional comma in JSON file
Oliver Windall Juhl 2 năm trước cách đây
mục cha
commit
55d85a68a5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -1,5 +1,5 @@
 {
   "compilerOptions": {
     "experimentalDecorators": true
-  },
+  }
 }