tsc ignore lib and es folders

This commit is contained in:
afc163 2017-05-31 18:23:52 +08:00
parent fd625ef1a0
commit 47c58fb0b2

View File

@ -14,6 +14,8 @@
]
},
"exclude": [
"node_modules"
"node_modules",
"lib",
"es"
]
}