[ts] Fixed core tsconfig, excluding widget.js

This commit is contained in:
badlogic 2016-08-12 10:48:28 +02:00
parent 698c4a1661
commit b8509d7b8d

View File

@ -13,6 +13,7 @@
], ],
"exclude": [ "exclude": [
"webgl/src/*.ts", "webgl/src/*.ts",
"widget/src/*.ts",
"build", "build",
"build/*.d.ts" "build/*.d.ts"
] ]