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
/
build
/
tsconfig.json
14 lines
(13 loc)
•
225 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"../tsconfig"
,
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"es5"
,
"paths"
:
{
}
}
,
"include"
:
[
"../src/**/*.ts"
,
"../src/**/*.tsx"
]
,
"exclude"
:
[
"../src/**/__tests__/*"
]
}