stepflow-wasm 0.0.7

WASM build for StepFlow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "compilerOptions": {
    "outDir": "../pkg/",
    "sourceMap": true,
    "inlineSources": true,
    "module": "es6",
    "target": "es6",
    "declaration": true,
    "declarationMap": true,
    "allowJs": true,
    "alwaysStrict": true,
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true
  }
}