scale_signature_http 0.2.3

default http signature for Scale Runtime
Documentation
{
  "include": [
    "**/*.ts"
  ],
  "compilerOptions": {
    "target": "es2020",
    "module": "commonjs",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "skipLibCheck": true,
    "resolveJsonModule": true,
    "paths": {
      "scalefile": [
        "."
      ]
    },
    "types": [
      "node",
      "jest"
    ]
  }
}