UNPKG
uipack-input-tag-component
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
UI Input Tag component for React.js / Next.js to create tags in an input
uipack-input-tag-component
/
tsconfig.json
12 lines
(10 loc)
•
207 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"jsx"
:
"react"
,
"target"
:
"ES2020"
,
"module"
:
"ESNext"
,
"declaration"
:
true
,
"declarationDir"
:
"dist"
,
"strict"
:
true
,
}
}