chore: add a tsconfig to workaround expo-cli adding its own

This commit is contained in:
Satyajit Sahoo
2021-03-07 18:14:11 +01:00
parent cfd1c9b6ef
commit 70ddcce76f

View File

@@ -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
}