UNPKG

yescrypt

Version:

Node.js bindings of the Yescrypt hashing algorithm

16 lines 439 B
{ "compilerOptions": { "typeRoots": [ "./node_modules/@types", ], "target": "ES2022", "lib": ["ES2016", "ES2021", "ES2022", "ESNext", "DOM"], "module": "nodenext", "moduleResolution": "nodenext", "resolveJsonModule": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } }