UNPKG
usxeditor
Version:
latest (0.0.9-alpha)
0.0.9-alpha
0.0.8-alpha
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
0.0.4-alpha
0.0.3-alpha
0.0.2-alpha
0.0.1-alpha
USX editor react component.
sr.ht/~hindlemail/usxeditor/
usxeditor
/
tsconfig.json
14 lines
•
340 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"allowJs"
:
true
,
"jsx"
:
"react"
}
,
"include"
:
[
"src"
,
"custom_typings/index.d.ts"
]
,
"exclude"
:
[
"node_modules"
,
"lib"
]
}