update tsconfig.json
This commit is contained in:
parent
2060a5e1d7
commit
c647191ac1
@ -1,3 +1,10 @@
|
||||
{
|
||||
"extends": "@tsconfig/react-native/tsconfig.json"
|
||||
"extends": "@tsconfig/react-native/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"esModuleInterop": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"moduleResolution": "node",
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user