{ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "lib", "rootDir": "src", "esModuleInterop": true, "emitDeclarationOnly": true, "lib": ["dom", "es2019"], "types": ["react/next", "react-dom/next", "../types/ReactDebounceRender", "../types/flipperGlobals"] }, "references": [ { "path": "../flipper-common" }, { "path": "../flipper-frontend-core" }, { "path": "../flipper-plugin" }, { "path": "../test-utils" } ], "exclude": ["**/node_modules/", "**/__tests__/", "**/lib/"] }