mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-29 15:08:06 -05:00
Provide a working end-to-end example of syncing data from hubs to a Postgres database. This should work with no additional dependencies besides what you install with `yarn install` and Docker.
13 lines
409 B
JSON
13 lines
409 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitReturns": true,
|
|
}
|
|
}
|