Files
bro-sdk/tsconfig.json
c4605 adb738679d feat: support bridging token to multiple variants on target EVM chains
* aBTC (Stacks) > aBTC (*) / WBTC (Ethereum) / BTCB (BSC)
* sUSDT (Stacks) > sUSDT (*) / USDT (BSC)
2024-10-31 12:07:48 +01:00

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
}
}