0
0
mirror of https://github.com/Maks1mS/nestjs-telegraf.git synced 2025-03-14 22:13:45 +03:00
nestjs-telegraf/tsconfig.typedoc.json

11 lines
172 B
JSON
Raw Normal View History

2020-09-13 11:25:23 +03:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./"
},
"typedocOptions": {
"entryPoints": ["./index.ts", "./lib"],
2020-09-13 11:25:23 +03:00
"out": "docs"
}
}