@mastercard/connect-components-web-sdk
Version:
The web SDK for the Connect Components project
26 lines • 483 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 18",
"compilerOptions": {
"lib": [
"es2021",
"dom"
],
"module": "commonjs",
"target": "es2021",
"allowJs": true,
"checkJs": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"skipLibCheck": true,
"allowUmdGlobalAccess": true
},
"include": [
"./src/**/*"
],
"exclude": [
"./src/**/*.spec.js"
],
"compileOnSave": true
}