crown 0.11.0

A cryptographic library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "include": ["**/*.ts", "../crown-jsasm/preload/*"],
  "compilerOptions": {
    "target": "esnext",
    "jsx": "preserve",
    "jsxImportSource": "react",
    "baseUrl": ".",
    "paths": {
      "jsasm/*": ["../crown-jsasm/preload/*"]
    },
    "lib": ["dom", "dom.iterable", "esnext"],
    "incremental": true
  },
  "exclude": ["node_modules"]
}