diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index 5a04f7d..8f9f026 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -8,6 +8,6 @@ "types": ["vitest/globals", "vite/client"] }, "include": ["src", "cunningham.ts"], - "exclude": ["node_modules", "dist", "**/tokens.ts", "**/*.stories.tsx"], + "exclude": ["node_modules", "dist", "**/tokens.ts"], "references": [{ "path": "./tsconfig.node.json" }] }