This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
rootless
/
medusa-starter
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
fix: removed additional comma in JSON file
Shahed Nasser
hace 2 años
padre
d4c88500dc
commit
23607a6909
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
tsconfig.json
+ 1
- 1
tsconfig.json
Ver fichero
@@ -1,5 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true
- }
,
+ }
}