From 0423af5d4879968849c8e903fc01792f26e267d5 Mon Sep 17 00:00:00 2001 From: Carsten Moberg Hammer Date: Mon, 22 Aug 2016 10:19:12 +0200 Subject: [PATCH] Added canvas dir to exclude (#676) --- 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 2f2765507..9f8d92514 100644 --- a/spine-ts/tsconfig.core.json +++ b/spine-ts/tsconfig.core.json @@ -14,6 +14,7 @@ "exclude": [ "webgl", "widget", + "canvas", "threejs", "build" ]