0
0
mirror of https://github.com/Maks1mS/nestjs-telegraf.git synced 2025-01-14 16:11:04 +03:00
nestjs-telegraf/tsconfig.typedoc.json
2021-01-02 21:59:41 +03:00

11 lines
172 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./"
},
"typedocOptions": {
"entryPoints": ["./index.ts", "./lib"],
"out": "docs"
}
}