chore(tsconfig.json): fix invalid json

This commit is contained in:
PatrickJS 2015-05-29 12:31:11 -07:00 committed by Victor Berchet
parent 22f5925202
commit c8d83dba7d
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@
"filesGlob": [
"./**/*.ts",
"!./node_modules/**/*.ts"
],
]
}