Files
parsshop-back/tsconfig.build.json
2026-03-23 10:59:36 +03:00

10 lines
117 B
JSON

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