UNPKG
@kalamazoo/button
Version:
latest (1.0.2)
1.0.2
1.0.0
A React component that is a base button.
github.com/stevenselcuk/kalamazoo
stevenselcuk/kalamazoo
@kalamazoo/button
/
tsconfig.json
17 lines
(16 loc)
•
317 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"../../../tsconfig.json"
,
"include"
:
[
"./src/**/*.ts"
,
"./src/**/*.tsx"
,
"./docs/**/*.ts"
,
"./docs/**/*.tsx"
,
"./examples/**/*.ts"
,
"./examples/**/*.tsx"
,
"./example-helpers/**/*.ts"
,
"./example-helpers/**/*.tsx"
]
,
"compilerOptions"
:
{
"baseUrl"
:
"./"
}
}