tsconfig.json 102 B

123456
  1. {
  2. "compilerOptions": {
  3. "jsx": "react"
  4. },
  5. "extends": "@tsconfig/react-native/tsconfig.json"
  6. }