mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-25 21:15:26 +08:00
fix: make sure paths aren't aliased when building definitions
closes #265
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"@react-navigation/routers": "^5.0.0-alpha.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-native-community/bob": "^0.7.1",
|
||||
"@react-native-community/bob": "^0.8.0",
|
||||
"del-cli": "^3.0.0",
|
||||
"react-native-screens": "^2.0.0-alpha.22",
|
||||
"typescript": "^3.7.4"
|
||||
@@ -45,7 +45,7 @@
|
||||
"targets": [
|
||||
"commonjs",
|
||||
"module",
|
||||
"typescript"
|
||||
["typescript", {"project": "tsconfig.build.json"}]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
6
packages/native-stack/tsconfig.build.json
Normal file
6
packages/native-stack/tsconfig.build.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"paths": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user