em-shop/users/tsconfig.build.json
2024-11-20 09:53:03 +05:00

5 lines
97 B
JSON

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