{ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "lib", "rootDir": "src", "esModuleInterop": true, "emitDeclarationOnly": true, "lib": ["DOM", "ES2021"], "types": [ "../types/flipperGlobals" ] }, "references": [ { "path": "../flipper-common" }, { "path": "../flipper-frontend-core" }, { "path": "../flipper-server-client" }, { "path": "../flipper-server-companion" }, { "path": "../flipper-server-core" }, { "path": "../flipper-ui-core" } ], "exclude": ["**/node_modules/", "**/__tests__/", "**/lib/"] }