UNPKG

sbtc-bridge-lib

Version:

Library for sBTC Bridge web client and API apps

15 lines 289 B
{ "compilerOptions": { "target": "ES2015", "module": "ES2020", "strict": true, "moduleResolution": "nodenext", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "declaration": true, "outDir": "./dist" }, "include": [ "./src" ] }