iris-wasm 0.2.0-alpha.6

WASM bindings for Iris wallet
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "compilerOptions": {
        "target": "es2015",
        "module": "es2015",
        "strict": true,
        "esModuleInterop": true,
        "skipLibCheck": true,
        "forceConsistentCasingInFileNames": true
    },
    "include": [
        "pkg/iris_wasm.d.ts",
        "pkg/iris_wasm.guard.ts"
    ]
}