UNPKG
medusa-payment-tamara
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
Tamara payment gateway plugin for Medusa
medusa-payment-tamara
/
tsconfig.server.json
8 lines
•
215 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
/* Emit a single file with source maps instead of having a separate file. */
"inlineSourceMap"
:
true
}
,
"exclude"
:
[
"src/admin"
,
"**/*.spec.js"
]
}