mirror of
https://github.com/netlight/my-finance-pal-backend.git
synced 2024-11-10 08:57:45 +01:00
10 lines
146 B
JSON
10 lines
146 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"removeComments": true
|
|
},
|
|
"exclude": [
|
|
"spec",
|
|
]
|
|
}
|