Removes trailing comma in the tsconfig (#53)

Removes trailing comma in the tsconfig
This commit is contained in:
Alexandru Dima 2019-12-21 15:10:12 +01:00 committed by GitHub
commit 0c05f6af28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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