mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-11 14:48:10 +03:00
11 lines
148 B
JSON
11 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./"
|
|
},
|
|
"typedocOptions": {
|
|
"mode": "file",
|
|
"out": "docs"
|
|
}
|
|
}
|