react-native-navigation的迁移库

jsconfig.json 275B

123456789101112131415
  1. {
  2. "compilerOptions": {
  3. "allowJs": true,
  4. "allowSyntheticDefaultImports": true,
  5. "target": "ES6"
  6. },
  7. "exclude": [
  8. "node_modules",
  9. "playground/node_modules"
  10. ],
  11. "react-native-tools": {
  12. "projectRoot": "./"
  13. }
  14. }