0
0
mirror of https://github.com/Maks1mS/nestjs-telegraf.git synced 2025-01-18 09:51:06 +03:00
nestjs-telegraf/sample/01-complete-app/tsconfig.build.json

5 lines
97 B
JSON
Raw Normal View History

2021-01-03 17:32:58 +03:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
}