mirror of
https://github.com/erhant/circomkit.git
synced 2026-01-11 13:37:59 -05:00
* migrate tests under their own folder * more refactors + `pkgroll` added * todo commander * migrate CLI to `commander` * fixed proof tester types * added `list` command * use jest, use pnpm, more refactors & renames & typings * remove redundant hardhats, better jest * up version
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"moduleResolution": "Node",
|
|
"module": "CommonJS",
|
|
"lib": ["ES2020"]
|
|
}
|
|
}
|