@wault-pw/srp6a-webcrypto
Version:
Pure javascript implementation of SRP-6a (RFC-5054, RFC-2945) using web-crypto
29 lines (28 loc) • 434 B
JSON
{
"compilerOptions": {
"moduleResolution": "Node",
"esModuleInterop": true,
"allowJs": true,
"sourceMap": true,
"strict": true,
"noEmit": true,
"experimentalDecorators": true,
"baseUrl": "../src",
"paths": {
"@/*": [
"./*"
]
},
"target": "es6",
"lib": [
"es6",
"dom"
],
"types": [
"cypress"
]
},
"include": [
"**/*.ts"
],
}