Files
bro-sdk/tsconfig.json
c4605 9fc7067d8f feat!: upgrade @stacks/* to v7.x, upgrade viem to 2.23.10
- Modified network configuration for v7 compatibility
- Updated contract call API to use fetchCallReadOnlyFunction

BREAKING CHANGE:

- bridgeFromStacks.sendTransaction type changed
2025-04-20 15:58:25 +02:00

11 lines
244 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "@c4605/toolconfs/tsconfig-esModule",
"exclude": ["lib"],
"compilerOptions": {
"skipLibCheck": true,
"lib": ["ES2023", "WebWorker"],
"noEmit": true
}
}