DefinitelyTyped/types/react-router-navigation/tsconfig.json

33 lines
736 B
JSON

{
"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"
]
}