nestjs-telegraf/tsconfig.typedoc.json

11 lines
172 B
JSON
Raw Permalink 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"
}
}