Преглед изворни кода

fix: removed additional comma in JSON file

Shahed Nasser пре 2 година
родитељ
комит
23607a6909
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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