my-finance-pal-backend/tsconfig.prod.json
2023-03-14 23:38:19 +01:00

10 lines
146 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"removeComments": true
},
"exclude": [
"spec",
]
}