ad/tsconfig.build.json

5 lines
98 B
JSON
Raw Normal View History

2023-05-03 11:43:21 +00:00
{
"extends": "./tsconfig.json",
2024-04-26 08:57:45 +00:00
"exclude": ["node_modules", "tests", "dist", "**/*spec.ts"]
2023-05-03 11:43:21 +00:00
}