UNPKG
@kalamazoo/profilecard
Version:
latest (1.0.2)
1.0.2
1.0.0
A React component to display a card with user information.
bitbucket.org/atlassian/atlaskit-mk-2
@kalamazoo/profilecard
/
tsconfig.json
15 lines
(14 loc)
•
251 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"extends"
:
"../../../tsconfig.json"
,
"compilerOptions"
:
{
"baseUrl"
:
"./"
}
,
"include"
:
[
"./src/**/*.ts"
,
"./src/**/*.tsx"
,
"./docs/**/*.ts"
,
"./docs/**/*.tsx"
,
"./examples/**/*.ts"
,
"./examples/**/*.tsx"
]
}