Browse Source

Removes trailing comma in the tsconfig (#53)

Removes trailing comma in the tsconfig
Alexandru Dima 5 years ago
parent
commit
0c05f6af28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tsconfig.json

+ 1 - 1
src/tsconfig.json

@@ -12,7 +12,7 @@
       "es2015.iterable",
       "es2015.promise"
     ],
-    "strict": true,
+    "strict": true
   },
   "include": [
     "**/*.ts"