Using exclude
property of tsconfig.json
(at root level), i.e.:
{
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}
Using exclude
property of tsconfig.json
(at root level), i.e.:
{
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}