mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-25 05:58:15 -05:00
19 lines
708 B
JSON
19 lines
708 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "../../.build-cache/cli.tsbuildinfo"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../account/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../coordinator/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../core/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../database/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../transaction/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../utils/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../zk-wizard/tsconfig.build.json", "prepend": false },
|
|
]
|
|
}
|