Files
openstapps/backend/proxy/tsconfig.json

9 lines
139 B
JSON

{
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
"exclude": [
"./config/",
"./lib/",
"./test/"
]
}