react-native-navigation的迁移库

tsconfig.json 262B

123456789101112131415
  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. "declaration": true
  10. },
  11. "include": [
  12. "./lib/src/**/*"
  13. ]
  14. }