mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-04-24 03:00:03 -04:00
15 lines
439 B
JSON
15 lines
439 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "../../.build-cache/contracts.tsbuildinfo"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../babyjubjub/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../transaction/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../tree/tsconfig.build.json", "prepend": false }
|
|
]
|
|
}
|