@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
16 lines (15 loc) • 374 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"declaration": true,
"sourceMap": true,
"outDir": "dist/esm",
"rootDir": "./src",
"module": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true
},
"include": ["./src/**/*", "./src/**/*.json"],
"references": [{ "path": "../wallet-management" }]
}