Procházet zdrojové kódy

Removes trailing comma in the tsconfig (#53)

Removes trailing comma in the tsconfig
Alexandru Dima před 5 roky
rodič
revize
0c05f6af28
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"