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-native.json
11 lines
•
283 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"display"
:
"SylphLab React Native Configuration"
,
"extends"
:
"./base.json"
,
"compilerOptions"
: {
"jsx"
:
"react-jsx"
,
"lib"
: [
"ES2022"
],
"allowSyntheticDefaultImports"
:
true
,
"types"
: [
"react-native"
] } }