build(tsconfig): exclude vendor

pull/226/head
Felix Becker 2017-12-09 21:09:23 -08:00
parent fa97865c8f
commit 35999fa16e
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
},
"exclude": [
"node_modules",
"out"
"out",
"vendor"
]
}