cashport-sdk
Version:
Cashport SDK allows to integrate authorized payment and KYC features in your webapp.
24 lines • 405 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"module": "commonjs",
"target": "es6",
"sourceMap": true,
"declaration": true,
"outDir": "./dist",
"typeRoots": [
"./node_modules/@types/",
"./src/@types/"
]
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.d.ts",
"**/*.html"
],
"exclude": [
"node_modules",
"dist"
]
}