UNPKG
@aboutbits/ts-config
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
AboutBits' TypeScript configs
github.com/aboutbits/ts-config
aboutbits/ts-config
@aboutbits/ts-config
/
tsconfig.react.json
12 lines
(11 loc)
•
156 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"lib"
:
[
"dom"
,
"dom.iterable"
,
"es2020"
]
,
"jsx"
:
"react-jsx"
}
}