{
"compilerOptions": {
"checkJs": true,
"noEmit": true,
"strict": true,
"types": [],
"target": "ES2022",
"module": "ESNext",
"lib": ["ES2022"],
"moduleDetection": "force"
},
"files": [
"../../../docs/src/ringo-flow/ringo-flow.d.ts",
"two-party.js",
"three-party-transfer.js",
"suite.js",
"webhook-mock.js",
"mock-dynamic.js"
]
}