From b8509d7b8dbf715984183e23bec97138f9167278 Mon Sep 17 00:00:00 2001 From: badlogic Date: Fri, 12 Aug 2016 10:48:28 +0200 Subject: [PATCH] [ts] Fixed core tsconfig, excluding widget.js --- spine-ts/tsconfig.core.json | 1 + 1 file changed, 1 insertion(+) diff --git a/spine-ts/tsconfig.core.json b/spine-ts/tsconfig.core.json index efb8f8c58..84d7f6280 100644 --- a/spine-ts/tsconfig.core.json +++ b/spine-ts/tsconfig.core.json @@ -13,6 +13,7 @@ ], "exclude": [ "webgl/src/*.ts", + "widget/src/*.ts", "build", "build/*.d.ts" ]