mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-25 15:34:38 +03:00
11 lines
176 B
JSON
11 lines
176 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./"
|
|
},
|
|
"typedocOptions": {
|
|
"entryPoints": ["./index.ts", "./lib"],
|
|
"out": "docs-api"
|
|
}
|
|
}
|