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

11 lines
174 B
JSON

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