@blockbolt/boltpay-client
Version:
BoltPay SDK for E-Commerce
19 lines • 522 B
JSON
{
"compilerOptions": {
"jsx": "react",
"target": "es2017",
"module": "commonjs",
"removeComments": true,
"allowSyntheticDefaultImports": true,
"sourceMap": false,
"incremental": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"baseUrl": "./",
"outDir": "./dist",
"resolveJsonModule": true
}
}