mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-07 19:34:08 +00:00
`embark-snark` has been updated such that it can be used, in conjunction with `embarkjs-snark`, in the console, and in the DApp. This could, for example, be used to build a dapp like https://tornado.cash. Please see the README for usage instructions. Updated tests were excluded in this PR as a consideration for time already spent on getting this library completed. Tests should be updated in a future PR.
27 lines
484 B
JSON
27 lines
484 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationDir": "./dist",
|
|
"rootDir": "./src",
|
|
"tsBuildInfoFile": "./node_modules/.cache/tsc/tsconfig.embark-snark.tsbuildinfo"
|
|
},
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../core/core"
|
|
},
|
|
{
|
|
"path": "../../core/logger"
|
|
},
|
|
{
|
|
"path": "../../core/utils"
|
|
},
|
|
{
|
|
"path": "../../embarkjs/snark"
|
|
}
|
|
]
|
|
}
|