crawling-and-serving/tsconfig.build.json
2023-04-16 23:00:55 +03:00

5 lines
97 B
JSON

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