UNPKG
jb-input
Version:
latest (3.10.0)
3.10.0
3.9.0
3.8.0
3.7.0
3.6.2
3.6.1
3.6.0
3.5.0
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.2
3.3.1
3.3.0
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.0
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.7
2.1.6
2.1.5
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.22
1.4.21
1.4.20
1.3.20
1.3.19
1.2.19
1.2.18
1.2.17
1.2.16
1.2.15
1.1.15
1.1.14
1.1.0
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
input web component with built in validation
github.com/javadbat/jb-input
javadbat/jb-input
jb-input
/
react
/
tsconfig.json
17 lines
•
348 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"rootDir"
:
"./lib"
,
"declarationDir"
:
"./dist"
}
,
"include"
:
[
"lib/**/*.ts"
,
"lib/**/*.tsx"
]
,
"exclude"
:
[
"node_modules"
,
"**/*.spec.ts"
,
"dist"
,
]
,
"extends"
:
"jb-core/configs/tsconfig-react.json"
}