mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-09 13:18:04 -05:00
* remove protobufs as a package, merge into utils * update yarn.lock * rename utils package to core * update docker * add changeset * tsup config * change schema path in workflow file * update protobufs readme link
13 lines
278 B
JSON
13 lines
278 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"baseUrl": "./src",
|
|
"outDir": "build",
|
|
"rootDir": "src",
|
|
"isolatedModules": true
|
|
},
|
|
"include": ["src/index.ts"],
|
|
"exclude": ["build", "node_modules", "jest.config.ts"]
|
|
}
|