@beyond-tech/sdk
Version:
A minimal SDK to interact with the Beyond protocol, for seamless Bitcoin interoperability.
15 lines (14 loc) • 324 B
JSON
{
"compilerOptions": {
"target": "es2019",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}