Parcourir la source

fix: removed additional comma in JSON file

Shahed Nasser il y a 2 ans
Parent
commit
23607a6909
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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