Skip to content

Commit

Permalink
tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rshen91 committed Sep 1, 2022
1 parent bf45911 commit 3224aaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/shared-ux/avatar/user_profile/impl/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
]
},
"include": [
"*ts*",
"*.md*",
"**/*.ts",
"**/*.mdx",
"**/*.md*",
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

import React from 'react';
import { UserAvatar, UserAvatarProps } from './user_avatar';
// import mdx from './README.mdx';
import mdx from './README.mdx';
import { UserProfileUserInfo } from './user_profile';

export default {
title: 'Avatar/User Profile',
description: '',
parameters: {
docs: {
// page: mdx,
page: mdx,
},
},
};
Expand Down

0 comments on commit 3224aaa

Please sign in to comment.