17 lines
311 B
JSON
17 lines
311 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-native",
|
|
"lib": [
|
|
"dom",
|
|
"esnext"
|
|
],
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true
|
|
},
|
|
"extends": "expo/tsconfig.base"
|
|
}
|