浏览代码

Removes trailing comma in the tsconfig (#53)

Removes trailing comma in the tsconfig
Alexandru Dima 5 年之前
父节点
当前提交
0c05f6af28
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"