UNPKG
@essential-js/ui
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
EssentialJS UI
@essential-js/ui
/
layout
/
tsconfig.json
10 lines
•
216 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"module"
:
"es2020"
,
"target"
:
"es2018"
,
"experimentalDecorators"
:
true
,
"allowSyntheticDefaultImports"
:
true
,
"moduleResolution"
:
"Node"
,
"jsx"
:
"react"
}
}