From ba343f13d8665943659cd7bd2b7d6fe147b27ed4 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 3 Oct 2019 06:55:04 -0700 Subject: [PATCH] Whitelist a few more modules that already typecheck --- tsconfig.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e9bc27ea..9c1b6620 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -71,8 +71,12 @@ "modern/src/runtime/Vis.ts", "modern/src/runtime/Wac.ts", "modern/src/runtime/WindowHolder.ts", - "modern/src/runtime/*.ts", - "modern/src/utils.ts" + // "modern/src/Actions.ts", + "modern/src/utils.ts", + "modern/src/initializeStateTree.ts", + "modern/src/Selectors.ts", + // "modern/src/Store.ts", + "modern/src/types.ts" ], "exclude": ["node_modules", "**/*.spec.ts", "demo/built"] }