UNPKG
s2ui
Version:
latest (1.0.1)
1.0.1
A UI library by s2sharpit.
github.com/s2sharpit/s2ui
s2sharpit/s2ui
s2ui
/
tsconfig.json
10 lines
•
181 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"jsx"
:
"react"
,
"target"
:
"ES2020"
,
"module"
:
"ESNext"
,
"declaration"
:
true
,
"declarationDir"
:
"dist"
,
"strict"
:
true
}
}