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