Files
react-navigation/packages/stack/tsconfig.json

13 lines
234 B
JSON

{
"extends": "../../tsconfig",
"references": [
{ "path": "../core" },
{ "path": "../routers" },
{ "path": "../native" },
{ "path": "../elements" }
],
"compilerOptions": {
"outDir": "./lib/typescript"
}
}