mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-04-02 03:01:01 -04:00
17 lines
487 B
JSON
17 lines
487 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"tsBuildInfoFile": "../../.build-cache/tree.tsbuildinfo"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../babyjubjub/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../database/tsconfig.build.json", "prepend": false },
|
|
{ "path": "../transaction/tsconfig.build.json", "prepend": false }
|
|
]
|
|
}
|