UNPKG
@coa-it/mapwidget-featureselect
Version:
latest (1.0.1)
1.0.1
1.0.0
Widget with select box
bitbucket.org/cityofauburnal/mapwidget-featureselect
@coa-it/mapwidget-featureselect
/
tsconfig.json
10 lines
(9 loc)
•
173 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"experimentalDecorators"
:
true
,
"useDefineForClassFields"
:
false
,
"jsx"
:
"react"
,
"jsxFactory"
:
"tsx"
}
,
"include"
:
[
"./src"
]
}