mirror of
https://github.com/0xbow-io/privacy-pools-core.git
synced 2026-01-09 01:17:58 -05:00
There are a lot of TODOs related to code quality, mostly happy path assumptions, input sanitization, error handling and tests. Feature wise it's missing the contract interaction (should be straight forward once it's implemented in the SDK) and the sqlite database for request tracking.
5 lines
75 B
JSON
5 lines
75 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["src/**/*"]
|
|
}
|