nestjs-telegraf/tsconfig.typedoc.json
2023-07-24 16:14:07 +03:00

11 lines
176 B
JSON

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