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