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