Files
zkopru/packages/coordinator/tsconfig.build.json
2021-03-25 00:28:31 -05:00

20 lines
780 B
JSON

{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "../../.build-cache/coordinator.tsbuildinfo"
},
"include": ["src"],
"references": [
{ "path": "../account/tsconfig.build.json", "prepend": false },
{ "path": "../babyjubjub/tsconfig.build.json", "prepend": false },
{ "path": "../core/tsconfig.build.json", "prepend": false },
{ "path": "../database/tsconfig.build.json", "prepend": false },
{ "path": "../contracts/tsconfig.build.json", "prepend": false },
{ "path": "../transaction/tsconfig.build.json", "prepend": false },
{ "path": "../tree/tsconfig.build.json", "prepend": false },
{ "path": "../utils/tsconfig.build.json", "prepend": false },
]
}