diff --git a/tsconfig.json b/tsconfig.json index 4104e35..1900a5e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ "jsx": "react" }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "**/*.test.ts"] + "exclude": ["node_modules", "dist", "demo", "**/*.test.ts"] }