mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 17:23:01 +08:00
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"references": [
|
|
{ "path": "../react-navigation" }
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "./lib/typescript"
|
|
}
|
|
}
|