mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-04-29 11:55:11 +08:00
- Modified network configuration for v7 compatibility - Updated contract call API to use fetchCallReadOnlyFunction BREAKING CHANGE: - bridgeFromStacks.sendTransaction type changed
11 lines
244 B
JSON
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
|
|
}
|
|
}
|