mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-01-11 14:48:10 +03:00
8 lines
113 B
JSON
8 lines
113 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./lib"
|
|
},
|
|
"include": ["lib/**/*"]
|
|
}
|