Files
react-navigation/packages/native-stack/tsconfig.json
2021-05-19 09:28:26 +02:00

12 lines
203 B
JSON

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