@atlaskit/profilecard
Version:
A React component to display a card with user information.
18 lines (17 loc) • 345 B
JSON
{
"extends": "../../../tsconfig.json",
"include": [
"./src/**/*.ts",
"./src/**/*.tsx",
"./docs/**/*.ts",
"./docs/**/*.tsx",
"./examples/**/*.ts",
"./examples/**/*.tsx",
"**/stories.ts",
"**/stories.tsx",
"**/stories/*.ts",
"**/stories/*.tsx",
"**/stories/**/*.ts",
"**/stories/**/*.tsx"
]
}