mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-08 21:32:48 +08:00
fix: make sure paths aren't aliased when building definitions
closes #265
This commit is contained in:
6
packages/stack/tsconfig.build.json
Normal file
6
packages/stack/tsconfig.build.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"paths": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user