react-native-navigation的迁移库

jsconfig.json 151B

123456789
  1. {
  2. "compilerOptions": {
  3. "allowJs": true,
  4. "allowSyntheticDefaultImports": true
  5. },
  6. "exclude": [
  7. "node_modules"
  8. ]
  9. }