matcher/tsconfig.build.json

5 lines
98 B
JSON
Raw Permalink Normal View History

2023-04-06 09:12:49 +00:00
{
"extends": "./tsconfig.json",
2024-05-07 15:01:44 +00:00
"exclude": ["node_modules", "tests", "dist", "**/*spec.ts"]
2023-04-06 09:12:49 +00:00
}