UNPKG
@yopem/typescript-config
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
Yopem TypeScript configuration.
github.com/yopem/tooling
yopem/tooling
@yopem/typescript-config
/
src
/
react.json
11 lines
(10 loc)
•
220 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"extends"
:
"./base.json"
,
"compilerOptions"
: {
"jsx"
:
"preserve"
,
"jsxImportSource"
:
"react"
,
"declaration"
:
true
,
"declarationMap"
:
true
} }