diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index e63be58..3bf4baa 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"], + "exclude": ["node_modules","dist", "**/tokens.ts", "**/*.stories.tsx"], "references": [{ "path": "./tsconfig.node.json" }] }