UNPKG
@sylphlab/typescript-config
Version:
latest (0.3.1)
0.3.1
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Reusable TypeScript configurations for SylphLab projects
@sylphlab/typescript-config
/
src
/
react.json
9 lines
•
211 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"SylphLab React Configuration"
,
"extends"
:
"./dom.json"
,
"compilerOptions"
: {
"jsx"
:
"react-jsx"
,
"jsxImportSource"
:
"react"
} }