Quellcode durchsuchen

fix: removed additional comma in JSON file

Shahed Nasser vor 2 Jahren
Ursprung
Commit
23607a6909
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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