UNPKG

use-react-native-navigation

Version:

A utility library for a easier use of react-native-navigation library.

39 lines (38 loc) 901 B
{ "compilerOptions": { "allowJs": false, "allowSyntheticDefaultImports": false, "allowUnreachableCode": false, "allowUnusedLabels": false, "alwaysStrict": true, "module": "commonjs", "declaration": true, "declarationMap": true, "diagnostics": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "./lib/dist", "pretty": true, "sourceMap": true, "skipLibCheck": true, "strict": true, "target": "es5", "experimentalDecorators": true }, "include": ["lib"], "exclude": [ "node_modules", "babel.config.js", "tests", "Playground", "**/__tests__/**/*", "**/__stories__/**/*", "*.test.ts", "*.test.tsx" ] }