{ "compilerOptions": { "baseUrl": "../", "typeRoots": [ "../" ], "types": [], "paths": { "react-navigation": [ "react-navigation/v1" ], "react-navigation/*": [ "react-navigation/v1/*" ] }, "module": "commonjs", "lib": [ "es6" ], "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true, "noImplicitAny": true, "noImplicitThis": true, "forceConsistentCasingInFileNames": true, "noEmit": true }, "files": [ "index.d.ts", "react-router-navigation-tests.tsx" ] }