2021-05-01 21:22:20 +03:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist"
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"./src"
|
|
|
|
],
|
|
|
|
"typedocOptions": {
|
2021-07-25 21:03:40 +03:00
|
|
|
"name": "@mtqt/crypto-node",
|
2021-05-01 21:22:20 +03:00
|
|
|
"includeVersion": true,
|
|
|
|
"out": "../../docs/packages/crypto-node",
|
|
|
|
"listInvalidSymbolLinks": true,
|
|
|
|
"excludePrivate": true,
|
|
|
|
"entryPoints": [
|
|
|
|
"./src/index.ts"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|