Explorar o código

Merge pull request #24 from medusajs/fix-tsconfig

fix: removed additional comma in JSON file
Oliver Windall Juhl %!s(int64=2) %!d(string=hai) anos
pai
achega
55d85a68a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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