From 74e58befbee489c6b95fae7d5baf3d9d18f32c97 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 29 Apr 2020 21:07:46 -0700 Subject: [PATCH] Don't typecheck the skin DB as part of Webamp --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a7279681..02e325f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,5 @@ "pretty": true }, "include": ["**/*.ts", "**/*.tsx"], - "exclude": ["node_modules", "demo/built"] + "exclude": ["node_modules", "demo/built", "experiments/skin-database"] }