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