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