ClipSync-Mobile/tsconfig.json
2023-03-27 11:57:57 +02:00

11 lines
230 B
JSON

{
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"target": "es6",
"esModuleInterop": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"jsx": "react-jsx"
},
}