update tsconfig.json

This commit is contained in:
Thomas Rubini 2023-03-27 11:57:57 +02:00
parent 2060a5e1d7
commit c647191ac1
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -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"
},
}