{ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "lib", "rootDir": "src", "lib": ["dom", "ES2021"], "types": ["../types/flipperGlobals", "react/next", "react-dom/next"] }, "references": [ { "path": "../flipper-common" }, { "path": "../flipper-frontend-core" }, { "path": "../flipper-server-client" }, { "path": "../flipper-ui-core" } ] }