Try to fix dependencies

This commit is contained in:
Jérémy Magrin
2018-05-21 12:32:59 +02:00
parent bc24e50bc1
commit abf06b4f43
3 changed files with 22 additions and 3 deletions

View File

@@ -14,12 +14,15 @@
"typeRoots": [
"../../"
],
"types": [],
"paths": {
"react-navigation": [
"react-navigation/v2"
],
"react-navigation/*": [
"react-navigation/v2/*"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},

View File

@@ -5,6 +5,14 @@
"../"
],
"types": [],
"paths": {
"react-navigation": [
"react-navigation/v2"
],
"react-navigation/*": [
"react-navigation/v2/*"
]
},
"module": "commonjs",
"lib": [
"es6",
@@ -22,4 +30,4 @@
"index.d.ts",
"react-router-navigation-core-tests.tsx"
]
}
}

View File

@@ -5,6 +5,14 @@
"../"
],
"types": [],
"paths": {
"react-navigation": [
"react-navigation/v2"
],
"react-navigation/*": [
"react-navigation/v2/*"
]
},
"module": "commonjs",
"lib": [
"es6",
@@ -22,4 +30,4 @@
"index.d.ts",
"react-router-navigation-tests.tsx"
]
}
}