UNPKG
@kalamazoo/theme
Version:
latest (1.0.1)
1.0.1
1.0.0
The Atlaskit theme framework
github.com/stevenselcuk/kalamazoo
stevenselcuk/kalamazoo
@kalamazoo/theme
/
tsconfig.json
16 lines
•
316 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"extends"
:
"../../../tsconfig.json"
,
"include"
:
[
"./src/**/*.ts"
,
"./src/**/*.tsx"
,
"./docs/**/*.ts"
,
"./docs/**/*.tsx"
,
"./examples/**/*.ts"
,
"./examples/**/*.tsx"
,
"./example-helpers/**/*.ts"
,
"./example-helpers/**/*.tsx"
]
,
"compilerOptions"
:
{
"baseUrl"
:
"./"
}
}