diff --git a/tsconfig.json b/tsconfig.json index 680cd93..417e34c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,5 @@ "allowImportingTsExtensions": true, "noEmit": true }, - "include": ["**/*.ts"] + "include": ["**/*.{ts,tsx}"] }