tsconfig.json 222 B

12345678910
  1. {
  2. "extends": "expo/tsconfig.base",
  3. "compilerOptions": {
  4. "jsx": "react-jsx",
  5. "strict": true,
  6. "paths": {
  7. "@env": ["./node_modules/react-native-dotenv"]
  8. }
  9. }
  10. }