Files
circomkit/tsconfig.json
erhant.eth 0e34a9e2ea Refactors, instantiate only sh now (#9)
* maaaajor rfk, instantiate as shell now

* smol rfks
2023-05-31 21:33:30 +03:00

6 lines
162 B
JSON

{
"extends": "./tsconfig.base.json",
"include": ["src/types/**/*.*", "src/**/*.*", "tests/**/*.ts"],
"exclude": ["node_modules", "build", "dist", "ptau"]
}