11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"extends": "@tsconfig/react-native/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"esModuleInterop": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"moduleResolution": "node",
|
|
"jsx": "react-jsx"
|
|
},
|
|
}
|