Browse Source

fix: removed additional comma in JSON file

Shahed Nasser 2 years ago
parent
commit
23607a6909
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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