mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
11 lines
174 B
JSON
11 lines
174 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"references": [
|
|
{ "path": "../core" },
|
|
{ "path": "../routers" }
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "./lib/typescript"
|
|
}
|
|
}
|