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