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