mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 02:08:01 +00:00
26 lines
744 B
JSON
26 lines
744 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"exclude": [
|
|
"**/checkTypes.manual.ts",
|
|
"**/mod.ts",
|
|
"**/*.spec.ts",
|
|
"**/test/**/*"
|
|
],
|
|
"references": [
|
|
{ "path": "../api-augment/tsconfig.build.json" },
|
|
{ "path": "../api-base/tsconfig.build.json" },
|
|
{ "path": "../api-derive/tsconfig.build.json" },
|
|
{ "path": "../rpc-augment/tsconfig.build.json" },
|
|
{ "path": "../rpc-core/tsconfig.build.json" },
|
|
{ "path": "../rpc-provider/tsconfig.build.json" },
|
|
{ "path": "../types/tsconfig.build.json" },
|
|
{ "path": "../types-codec/tsconfig.build.json" },
|
|
{ "path": "../types-known/tsconfig.build.json" }
|
|
]
|
|
}
|