This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
rootless
/
medusa-starter
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
fix: removed additional comma in JSON file
Shahed Nasser
2 vuotta sitten
vanhempi
d4c88500dc
commit
23607a6909
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
tsconfig.json
+ 1
- 1
tsconfig.json
Näytä tiedosto
@@ -1,5 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true
- }
,
+ }
}