em-shop/users/tsconfig.build.json

5 lines
97 B
JSON
Raw Normal View History

2024-11-20 09:53:03 +05:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
}