mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 22:05:55 +00:00
c1129dc15f
`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.
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
// "checkJs": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"isolatedModules": true,
|
|
"moduleResolution": "Node",
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": false,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"target": "ESNext"
|
|
}
|
|
} |