Files
react-navigation/packages/stack/tsconfig.json
2020-02-10 16:04:20 +01:00

12 lines
203 B
JSON

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