diff --git a/tsconfig.json b/tsconfig.json index 45a797a..8cfb456 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,5 +14,5 @@ "strictNullChecks": true, "lib": ["DOM", "ES5", "ES6", "ES7"] }, - "include": ["**/*.ts"] + "include": ["**/*.ts", "**/*.tsx"] }