mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 14:54:21 +08:00
* aBTC (Stacks) > aBTC (*) / WBTC (Ethereum) / BTCB (BSC) * sUSDT (Stacks) > sUSDT (*) / USDT (BSC)
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "@c4605/toolconfs/tsconfig-esModule",
|
|
"exclude": ["lib"],
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"lib": ["WebWorker"],
|
|
"noEmit": true
|
|
}
|
|
}
|