Browse Source

Merge pull request #24 from medusajs/fix-tsconfig

fix: removed additional comma in JSON file
Oliver Windall Juhl 2 years ago
parent
commit
55d85a68a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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