mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-04-28 03:00:41 -04:00
This new package allows devs to fetch on-chain data by using a Semaphore subgraph or the Ethers
library.
BREAKING CHANGE: The code of the old `@semaphore-protocol/subgraph` package has been moved to the
`@semaphore-protocol/data` package.
re #256
Former-commit-id: fc2f648acc
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declarationDir": "dist/types"
|
|
},
|
|
"include": ["src"]
|
|
}
|