UNPKG
@yncoder/element-react
Version:
latest (1.4.34-patch.6)
1.4.34
1.4.34-patch.6
1.4.34-patch.5
1.4.34-patch.4
1.4.34-patch.3
1.4.34-patch.2
1.4.34-patch.1
1.4.24
1.4.23
1.4.22
1.4.21
1.4.13
Element UI for React
elemefe.github.io/element-react/
gezher/element-react
@yncoder/element-react
/
typings
/
typing-tests
/
tsconfig.json
14 lines
(13 loc)
•
201 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compileOnSave"
:
false
,
"compilerOptions"
:
{
"module"
:
"es2015"
,
"moduleResolution"
:
"node"
,
"noEmit"
:
true
,
"jsx"
:
"react"
}
,
"include"
:
[
"../index.d.ts"
,
"."
]
}