Removes trailing comma in the tsconfig (#53)

Removes trailing comma in the tsconfig
pull/2748/head
Alexandru Dima 5 years ago committed by GitHub
commit 0c05f6af28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save