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