This website works better with JavaScript
Home
Explore
Help
Sign In
rootless
/
medusa-starter
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: removed additional comma in JSON file
Shahed Nasser
2 years ago
parent
d4c88500dc
commit
23607a6909
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
tsconfig.json
+ 1
- 1
tsconfig.json
View File
@@ -1,5 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true
- }
,
+ }
}