mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-24 21:48:05 -05:00
14 lines
368 B
JSON
14 lines
368 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "../../.build-cache/database.tsbuildinfo"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../babyjubjub/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../utils/tsconfig.build.json", "prepend": false },
|
|
]
|
|
}
|