Files
hub-monorepo/packages/hub-nodejs/tsconfig.json
Varun Srinivasan a74ecb2097 refactor(farcaster/hub-nodejs): rename farcaster/js to farcaster/hub-nodejs (#658)
* refactor: rename farcaster/js to farcaster/hub-nodejs

* chore: add changeset
2023-03-16 13:08:05 -07:00

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"]
}