Explorar el Código

fix: removed additional comma in JSON file

Shahed Nasser hace 2 años
padre
commit
23607a6909
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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