0
0
mirror of https://github.com/Maks1mS/nestjs-telegraf.git synced 2025-03-24 10:33:44 +03:00
nestjs-telegraf/sample/01-complete-app/tsconfig.build.json
2021-01-03 17:32:58 +03:00

5 lines
97 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
}