Files
circomkit/tsconfig.test.json
Erhan f210e06030 Major Refactors (#82)
* 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
2024-05-18 22:02:47 +03:00

10 lines
167 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"moduleResolution": "Node",
"module": "CommonJS",
"lib": ["ES2020"]
}
}