UNPKG

@nodesuite/crypto

Version:

Encryption and decryption library.

11 lines (10 loc) 279 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./node_modules/@nodesuite/node-rig/profiles/default/tsconfig.json", "compilerOptions": { "outDir": "dist", "rootDir": "src" }, "include": ["src/**/*.ts"], "exclude": ["node_modules", "dist"] }