2021-04-23 22:35:37 +03:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist"
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"./src"
|
|
|
|
],
|
|
|
|
"typedocOptions": {
|
2021-08-05 20:38:24 +03:00
|
|
|
"name": "@mtcute/dispatcher",
|
2021-04-23 22:35:37 +03:00
|
|
|
"includeVersion": true,
|
2021-07-30 17:40:50 +03:00
|
|
|
"out": "../../docs/packages/dispatcher",
|
2021-04-23 22:35:37 +03:00
|
|
|
"listInvalidSymbolLinks": true,
|
|
|
|
"excludePrivate": true,
|
|
|
|
"entryPoints": [
|
|
|
|
"./src/index.ts"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|