Преглед изворни кода

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"