UNPKG
jb-checkbox
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.1.0
0.0.1
checkbox web component
javadbat.github.io/design-system/
javadbat/jb-checkbox
jb-checkbox
/
react
/
tsconfig.json
16 lines
•
324 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"rootDir"
:
"./lib"
,
"declarationDir"
:
"./dist"
,
}
,
"include"
:
[
"lib/**/*.ts"
,
"lib/**/*.tsx"
]
,
"exclude"
:
[
"node_modules"
,
"**/*.spec.ts"
,
"dist"
,
]
,
"extends"
:
"jb-core/configs/tsconfig-react.json"
}