UNPKG
c4i-ts-react
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1
github.com/datuchaa/c4i
datuchaa/c4i
c4i-ts-react
/
typescript-config-react.json
10 lines
(9 loc)
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"React Library"
,
"extends"
:
"c4i-ts-base/typescript-config-base.json"
,
"compilerOptions"
: {
"jsx"
:
"react-jsx"
,
"lib"
: [
"ESNext"
,
"DOM"
,
"DOM.Iterable"
] } }