mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
chore: add a tsconfig to workaround expo-cli adding its own
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"extends": "../tsconfig",
|
||||
"references": [
|
||||
{ "path": "../packages/bottom-tabs" },
|
||||
{ "path": "../packages/core" },
|
||||
{ "path": "../packages/devtools" },
|
||||
{ "path": "../packages/drawer" },
|
||||
{ "path": "../packages/elements" },
|
||||
{ "path": "../packages/material-bottom-tabs" },
|
||||
{ "path": "../packages/material-top-tabs" },
|
||||
{ "path": "../packages/native" },
|
||||
{ "path": "../packages/routers" },
|
||||
{ "path": "../packages/stack" },
|
||||
],
|
||||
"compilerOptions": {
|
||||
// Avoid expo-cli auto-generating a tsconfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user