diff --git a/tsconfig.json b/tsconfig.json index a7279681d5..02e325f96d 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"] }