diff --git a/example/tsconfig.json b/example/tsconfig.json index facc3ec3..1e654637 100644 --- a/example/tsconfig.json +++ b/example/tsconfig.json @@ -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 }