soroswap-utils
Version:
Utilities for interacting with Soroswap, the decentralized exchange (DEX) on Soroban, which is the smart contracts platform of the Stellar network.
25 lines • 595 B
JSON
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"allowJs": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"lib": [
"ESNext",
"DOM"
],
"module": "CommonJS",
"moduleDetection": "force",
"moduleResolution": "node",
"noEmit": true,
"noFallthroughCasesInSwitch": true,
"noPropertyAccessFromIndexSignature": false,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"skipLibCheck": true,
"strict": true,
"target": "ESNext",
"verbatimModuleSyntax": false
}
}