UNPKG

bsrp

Version:

Secure Remote Password Protocol (SRP-6a) Implementation

20 lines (19 loc) 404 B
{ "compilerOptions": { "module": "CommonJS", "target": "es3", "noImplicitAny": true, "removeComments": true, "preserveConstEnums": true, "skipLibCheck": true, "esModuleInterop": true, "outDir": "dist", "baseUrl": "./lib", "paths": { "@/*": ["*"] }, "declaration": true }, "include": ["lib/**/*"], "exclude": ["node_modules", "dist", "bin"] }