Jelajahi Sumber

fix: removed additional comma in JSON file

Shahed Nasser 2 tahun lalu
induk
melakukan
23607a6909
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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