mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-23 14:42:59 +03:00
11 lines
172 B
JSON
11 lines
172 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./"
|
|
},
|
|
"typedocOptions": {
|
|
"entryPoints": ["./index.ts", "./lib"],
|
|
"out": "docs"
|
|
}
|
|
}
|