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"
}
}