mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 02:08:01 +00:00
23 lines
531 B
JSON
23 lines
531 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"**/base.ts",
|
|
"**/zagros/*.ts"
|
|
],
|
|
"exclude": [
|
|
"**/zagros/*.spec.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../api-base/tsconfig.build.json" },
|
|
{ "path": "../rpc-augment/tsconfig.build.json" },
|
|
{ "path": "../types/tsconfig.build.json" },
|
|
{ "path": "../types-codec/tsconfig.build.json" },
|
|
{ "path": "../types-augment/tsconfig.build.json" }
|
|
]
|
|
}
|