Selaa lähdekoodia

fix: removed additional comma in JSON file

Shahed Nasser 2 vuotta sitten
vanhempi
commit
23607a6909
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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