diff --git a/tsconfig.json b/tsconfig.json index 351b0b61..3b6d8e22 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,6 @@ "~/*": ["src/*"] } }, - "include": ["./src/**/*", "./custom.d.ts"], + "include": ["./src/index.tsx", "./custom.d.ts"], "exclude": ["./__tests__/**/*"] }