react-native-navigation的迁移库

tsconfig.json 237B

1234567891011121314
  1. {
  2. "extends": "./tsconfig-strict.json",
  3. "compilerOptions": {
  4. "outDir": "./lib/dist",
  5. "allowJs": false,
  6. "target": "esnext",
  7. "module": "commonjs",
  8. "jsx": "react-native"
  9. },
  10. "include": [
  11. "./lib/src/**/*"
  12. ]
  13. }